Iâll add channel icons to this shortly.
Can I change EXECUTE to something else???
I donât know of any other way of sending commands in sequence to change channels.
Looking for a better way to do this myself.
It would be great if somebody could chip in with a more elegant/practical solution.
Your scripts are missing an entity_id for the remote.send_command service. As soon as you get a second remote, your stuff is going to break. To be honest, Iâm surprised it even works without the entity_id.
As for the word execute, changing that isnât possible without using a custom UI.
It doesnât work like that and creating complete remotes seems a huge backwards step from what Harmony does itself.
The idea of the HA integration is to pick specific controls you want to include in automations, getting it set up is all explained in the supporting threads/docs so suggest you read them and then ask specific questions.
Oh⊠Thatâs really helpfulâŠ
Us newcomers make these silly mistakes without knowing it.
A little explanation goes a long way.
This forum is a godsend!
your switches are miss spelled and they need to be case sensative: In your first switch: Regarder la TV is missing the r at the end. In your second switch: Android TV the v in TV need to be lowercase.
Are you placing them in the switch category inside your configuration.yaml? Are you looking in the switches group on the default view in the Home Assistant interface?
i have placed file switches.yaml in CONFIG_DIR folder
and in configuration.yaml when include ```
switch: !include switches.yaml
i have error in confirguration :
Invalid config for [switch]: required key not provided @ data['platform']. Got None. (See /share/CACHEDEV1_DATA/.qpkg/Home-Assistant/CONFIG_DIR/configuration.yaml, line 102). Please check the docs at https://home-assistant.io/components/switch/
and when i add platform - template i have this error :
Invalid config for [switch.template]: [Regarder la TV] is an invalid option for [switch.template]. Check: switch.template->switches->Regarder la TV. (See ?, line ?). Please check the docs at https://home-assistant.io/components/switch.template/
Invalid config for [switch.template]: [Regarder la TV] is an invalid option for [switch.template]. Check: switch.template->switches->Regarder la TV. (See ?, line ?). Please check the docs at https://home-assistant.io/components/switch.template/
Error loading /share/CACHEDEV1_DATA/.qpkg/Home-Assistant/CONFIG_DIR/configuration.yaml: mapping values are not allowed here
in â/share/CACHEDEV1_DATA/.qpkg/Home-Assistant/CONFIG_DIR/switches.yamlâ, line 2, column 13