IKEA Ansluta component - torrottum/ikea-ansluta-esphome GitHub Wiki
The IKEA Ansluta component sniffs commands from remotes and sends commands to lights
ikea_ansluta:
cs_pin: GPIO15
Configuration variables
- cs_pin (Required, Pin Schema): The chip select pin
- send_command_times (Optional, integer): How many times a command should be sent to the light(s). Defaults to
75 - sniff_after_command_sent_x_times (Optional, integer) When sending commands: sniff after x commands has been sent. Defaults to
5
ikea_ansluta.enable_pairing_mode action
Enables pairing mode for a light with the given ID when executed
on_...:
then:
- ikea_ansluta.enable_pairing_mode: my_light
ikea_ansluta.disable_pairing_mode action
Disables pairing mode for a light with the given ID when executed
on_...:
then:
- ikea_ansluta.disable_pairing_mode: my_light
on_remote_click trigger
TODO