Skip to content

Commit cd09004

Browse files
tyldumpvizeli
authored andcommitted
Examples for hass.io (home-assistant#4264)
Documentation currently lacks details for hass.io
1 parent 7d4ec4f commit cd09004

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/_components/tellstick.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,15 @@ To get started, add the devices to your `configuration.yaml` file.
2121
tellstick:
2222
```
2323
24+
```yaml
25+
# Example configuration.yaml entry for hass.io with TellStick add-on
26+
tellstick:
27+
host: core-tellstick
28+
port: [50800, 50801]
29+
```
2430
Configuration variables:
2531
2632
- **signal_repetitions** (*Optional*): Because the tellstick sends its actions via radio and from most receivers it's impossible to know if the signal was received or not. Therefore you can configure the switch and light to try to send each signal repeatedly.
2733
- **host** (*Optional*): If you run tellstick on a other server or with a hass.io add-on.
28-
- **port** (*Optional*): If needed with host config option.
34+
- **port** (*Optional*): If needed with host config option. Must be port pair, for example `[50800, 50801]`.
2935

0 commit comments

Comments
 (0)