Created
May 6, 2019 08:58
-
-
Save blakadder/807df02fcaf88e2b059e7b8d008c1881 to your computer and use it in GitHub Desktop.
Home Assistant configuration for the Oil Diffuser 550ML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fan: | |
- platform: mqtt | |
name: "Diffuser" | |
availability_topic: "tele/diffuser/LWT" | |
payload_available: "Online" | |
payload_not_available: "Offline" | |
state_topic: "stat/diffuser/POWER1" | |
command_topic: "cmnd/diffuser/POWER1" | |
speed_state_topic: "stat/diffuser/FAN" | |
payload_low_speed: low | |
payload_high_speed: high | |
speed_command_topic: cmnd/diffuser/Event | |
qos: 1 | |
payload_on: "ON" | |
payload_off: "OFF" | |
speeds: | |
- low | |
- high |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment