Files
Home-Assistant-Configs/sensor.yaml

26 lines
573 B
YAML

- platform: weatheralerts
state: OH
zone: 4
county: 39
- platform: twitch_helix
client_id: !secret twitch_client_id
client_secret: !secret twitch_client_secret
own_channel: ironnerd24
thumbnail_dimensions: 320x180
entity_prefix: Twitch_
channels:
- ironnerd24
- Xia_P988
- ManaSen
- STPeach
- BroteinGaming404
- NotoriosPenguin
- platform: deluge
host: !secret deluge_ip
username: !secret deluge_user
password: !secret deluge_password
monitored_variables:
- 'current_status'
- 'download_speed'
- 'upload_speed'