✏️ Re-branding and updating for latest supervisor (#1047)

This commit is contained in:
Franck Nijhof
2020-02-05 15:25:50 +01:00
committed by GitHub
parent d67c1b0cf9
commit 5b8134612b

View File

@@ -20,7 +20,7 @@ For more details, please check the TellStick [protocol list][protocol-list].
Follow these steps to get the add-on installed on your system: Follow these steps to get the add-on installed on your system:
1. Navigate in your Home Assistant frontend to **Hass.io** -> **Add-on Store**. 1. Navigate in your Home Assistant frontend to **Supervisor** -> **Add-on Store**.
2. Find the "TellStick" add-on and click it. 2. Find the "TellStick" add-on and click it.
3. Click on the "INSTALL" button. 3. Click on the "INSTALL" button.
@@ -64,27 +64,20 @@ the [valid parameters for Tellstick configuration file (tellstick.conf)][conf].
Example add-on configuration: Example add-on configuration:
```json ```yaml
{ devices:
"devices": [ - id: 1
{ name: Example device
"id": 1, protocol: everflourish
"name": "Example device", model: selflearning-switch
"protocol": "everflourish", house: A
"model": "selflearning-switch", unit: '1'
"house": "A", - id: 2
"unit": "1" name: Example device two
}, protocol: everflourish
{ model: selflearning-switch
"id": 2, house: A
"name": "Example device two", unit: '2'
"protocol": "everflourish",
"model": "selflearning-switch",
"house": "A",
"unit": "2"
}
]
}
``` ```
Please note: After any changes have been made to the configuration, Please note: After any changes have been made to the configuration,