@neliss Sorry for taking so long to respond to your update. Iâve implemented it and it works. Anyhow just wanted to provide feedback in terms of functionality and I think its somewhat similar to what @Merangle is getting at in terms of being able to select an action for a group of entities.
The picture shows what is now in place and you can see Iâve applied the group idea by defining one called âall blindsâ for which the âOpenâ and âCloseâ actions are defined. What I was thinking of was the ability to use the CTRL key and select multiple items (in this case blinds) and then have the action apply to those that have been selected. The intent is to enable the creation of one scheduled action that then applies to one or more entities (in this case blinds), that would then reduce the total number of schedules to manage. Still loving the schedulerâŚ
Yeah i get your point.
Getting dizzy with all those shutter icons
I would like to introduce multiple-entity-select option (because the scheduler-component is prepared for this since day 1).
Just didnât find the time for it yet.
There are quite some changes I have to make in the card to create this flexibility.
There is no CTRL key on the phone, i will have to find another way to do this.
Ah understand, hadnât thought of the restriction of the CTRL key on the phone as I do all the setup on my PC. Must admit I canât think of a situation in which the equivalent applies on a phone
Hi, so many new changes/features What a great version!!!
I installed and tried to change the temperature steps to 1 (instead of 0.5) for the âcoolâ and âheatâ actions with no success. I am sure that I am missing something. Below is the code:
type: 'custom:scheduler-card'
title: false
discover_existing: false
include:
- '[[my_climate_entity]]'
customize:
'[[my_climate_entity]]':
exclude_actions:
- SET PRESET
- SET MODE
name: ''
actions:
- service: set_temperature
variable:
field: temperature
step: 1
Without the âactions:â section, I gate the following action list:
Following adding the âactions:â section, the âSET TEMPERATUREâ actions is being added to the action list (it was not there before) and the temperature gauge for the âcoolâ and âheatâ still steps in 0.5 instead of 1.
What am I missing?
Thanks a lot!
The reason is that the âcoolâ and âheatâ actions are not just setting the temperature. They also set the thermostat in the correct operation mode.
So you will have to tell the card which action you mean to change exactly.
I could change it such that your code would result into changing all versions of the set_temperature action.
But currently it will only match actions that have the same service + service_data.
Yup, it works
Thanks a lot for this wonderful card!
Now the only thing I need to find is a simple way to tell the card to send another command for the âoffâ. I will continue playing with the presets⌠or maybe you have another idea?
BTW, I am using the name="" option so that the entity will not be displayed on the list (you added this option in one of the latest versions and it worked). Now it is showing:
Can you please fix and remove the ": " in the beginning of the line? Thanks a lot!
Good morning
The preset customization works on the UI side, will need to verify operation with my controller.
Regarding the âdisplay_optionsâ, it works partially for me. The code:
This is due to a bug in the translations in HA itself.
If you switch language, chances are that you will suddenly see the time again.
I implemented a workaround for this bug in v1.9.2, looks like you are not running this version yet.
Regarding your other problem: read the docs⌠display_options is not a property in customize.
It applies to the whole card.