mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-11-12 14:56:21 +00:00
11 lines
245 B
YAML
11 lines
245 B
YAML
- platform: mqtt
|
|
name: "Bedroom Fan"
|
|
command_topic: "bed/fan1/command"
|
|
state_topic: "bed/fan1/state"
|
|
speed_command_topic: "bed/fan1/speed/command"
|
|
speed_state_topic: "bed/fan1/speed/state"
|
|
retain: true
|
|
speeds:
|
|
- low
|
|
- high
|