Hi,
I can’t find the way how to display broad link switches (RM Pro remote) at the Front end?
I can receive and send the packet via Services page, but can’t display at frontend.
below is my Configurator File details:
switch 03:
platform: broadlink
host: 192.168.1.2
mac: ‘78:0f:77:00:ac:fa’
timeout: 115
friendly_name: Broadlink Universal Remote
switches:
tv_micromax:
friendly_name: “Micromax Tv Power”
command_on: ‘JgBYAAABLpQTExQSEhMTExQSEhMUNhQSEzcSOBM3EzcTNxM3ExMUNhMTEjgUERQSEzcUEhITExMTNxMTEjgSOBITEzcTNxM4EgAFJgABL0kUAAxgAAEuSxQADQU=’
command_off: ‘JgBYAAABL5QUEhQSExMSExMTFBITNxMTEzcTNxM3EzcUNxI4ExITNxMTFDYTExMTEjgUEhITExMTNxMTEzcUNhQSEjgUNhI4EwAFJQABL0oTAAxhAAEwSRQADQU=’
Below is the error I get while validating the configuration:
Component not found: tv_micromax
Invalid config for [switch.broadlink]: expected a dictionary for dictionary value @ data[‘switches’]. Got None. (See ?, line ?). Please check the docs at https://home-assistant.io/components/switch.broadlink/
Please help how to resolve the same
Thanks in advance