Closed dragonflyuk closed 5 years ago
If it helps anyone I have them working
` - platform: mqtt name: "Living Room AC Light" command_topic: "home/greehvac/lights/set" state_topic: "home/greehvac/lights/get" qos: 1 state_on: "on" state_off: "off" payload_on: "1" payload_off: "0"
I'm sure someone more creative can do better, but I slapped this together:
type: vertical-stack cards:
Your workaround seems to be the only way to support these settings for now. I'm closing this issue because it's not directly related to this project.
Is it possible to add the Health, Sleep and Light options to hassio, Iguess they aren't added because they aren't part of the standard climate control. Does that mean it's best to add them as switches?