I installed the new 0.115 broadlink integration for my RM mini 3.
Before I did create switches in configuration.yaml
Now I do use the new method not having switches anymore. There are also no entities beside the remote itself.
How do I get a possibility to use the broadlink commands in Lovelace? (Before I used the switches)
PS: I work with NodeRED and did learn and send the RM remote codes by learn and send flows (see below)
That works fine.
[{"id":"c01438b8.345a08","type":"api-call-service","z":"ecdb8f1f.6c03b","name":"RM mini leer functie tv aan/uit","server":"783e002.7fe69","version":1,"debugenabled":false,"service_domain":"remote","service":"learn_command","entityId":"remote.rm_mini_remote","data":"{\"device\":\"TV\",\"command\":\"turn on off\",\"alternative\":\"true\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":370,"y":580,"wires":[[]]},{"id":"35bbe1f.0c3b51e","type":"inject","z":"ecdb8f1f.6c03b","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":140,"y":580,"wires":[["c01438b8.345a08"]]},{"id":"814a3dad.c0c03","type":"api-call-service","z":"ecdb8f1f.6c03b","name":"RM mini send tv aan/uit","server":"783e002.7fe69","version":1,"debugenabled":false,"service_domain":"remote","service":"send_command","entityId":"remote.rm_mini_remote","data":"{\"device\":\"TV\",\"command\":\"turn on off\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":350,"y":880,"wires":[[]]},{"id":"96cc3cda.e7f8b","type":"inject","z":"ecdb8f1f.6c03b","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":140,"y":880,"wires":[["814a3dad.c0c03"]]},{"id":"783e002.7fe69","type":"server","z":"","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]