I have the following configuration.yaml for my Broadlink IR:
switch:
- platform: broadlink
mac: 'A0:41:B1:31:A9:57'
switches:
- name: "Heater"
command_on: sc...3A==
command_off: sc...A==
Since the last update, the Switch for Heater has stopped working, and Lovelace shows a message saying that "Entity not available: switch.heater. This is the yaml for the button that I have:
type: button
entity: switch.heater
icon: mdi:fire
tap_action:
action: toggle
I followed that last change log and didn’t see anything related switch changes, anyone knows what should I do to use the toggle feature here?