Hi all, an absolute noob here needing help.
I have a Broadlink RM4 which is working fine as stand-alone and it is integrated to HA and I have tried to learn the IR codes for my gas heater using the scripting instructions (adding to configuration.yaml) but I keep getting an error when I click ‘CHECK CONFIGURATION’:
Configuration invalid!
Integration error: learn_gas_heater_on - Integration ‘learn_gas_heater_on’ not found.
Here is what my configuration.yaml looks like:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
**script:**
**learn_gas_heater_on:**
** - sequence:**
** - service: remote.learn_command**
** target:**
** entity_id: remote.wi_fi_universal_remote_remote**
** data:**
** device: gas_heater**
** command: on**
scene: !include scenes.yaml
This is my first attempt doing something useful with HA so I hope to get this working and learn from this. But I cannot do this without your help, please help. I have no where else to turn.