This is amazing! Hopefully HA integrates this natively, great work!
I created a translation of cs.json on GitHub. What should I do next to add it to the scheduler.
Create pull request ?
Hello help me please !
I try to install twice schudeler component and scheduler card but itās doesnāt work.
I reinstall HA completely but the result is the same.
When configure the card ans save i have a tous message :
Echec call service scheduler/add. Service not find.
Do you have solution ?
Thanks
Thanks for making a Czech translation of the card. I will add it in the next release.
Did you follow the installation steps?
Also the last one?
Are you using a translator? Try a better one:
translate.google.com
Anyway, you need to go to the integrations page of HA under configuration, and add the scheduler.
yes I followed the recommendations of the installation under HACS.
I looked in development tools, service and I did not find:
Scheduler/add
Restart? Can you take screenshots of every step of installation and post them here?
Yes I did it under HACS
I am under 0.116.4.
the installation of both components went well under HACS. I have to restart after installation
I donāt think I can use a light group because in my case for these lights, Iām using smart switches and you canāt use switch entities in the light domain.
Iāll make a FR on GitHub as itās the only way this could work if you support it (with caveat like you said of ensuring the group is all consistent with contained entities)
Iāve written to the Habu Casa team in a support ticket outlining the issue and asking for wildcard filtering. Weāll see
Well you can alias the switches to lights in the configuration.yaml, at least thatās what I do with my smart plugs I have lamps attached toā¦
Tell me more!
Hereās what mine looks like. Actually 2 plugs and two wall switchesā¦
light:
- platform: switch
name: TV Lamp
entity_id: switch.tv
- platform: switch
name: Couch Lamp
entity_id: switch.couch_lamp
- platform: switch
name: Family Room Ceiling
entity_id: switch.family_room_ceiling
- platform: switch
name: Front Entry
entity_id: switch.front_entry
Thanks! Are the corresponding Light entities created now just a 1:1 mirror on the original switch names or is there a way to configure the alias? I didnāt see it in the help docs so assuming no. So your light aliases are:
light.tv
light.couch_lamp
light.family_room_ceiling
light.front_entry
Iāve got my entities like switch.front_door_light
, so itāll annoy me as light.front_door_light
due to the repitition in of the word ālightā, but switch.front_door
wonāt make sense so iāll have to live with it.
I believe it uses whatever you have for "nameā, hereās another one I have, this one the light entity is ālight.mantle_lampā even though the switch entity is something different. Hope this helps.
- platform: switch
name: Mantle Lamp
entity_id: switch.miniplug1
I donāt want you to create extra entities in HA for scheduler card.
Would rather proceed with the FR for group
entities.
It shouldnāt take that much effort, and would help others as well.
I got the aliasing to work and using the new light group with your scheduler card. In general Iād agree not to need to create mew entities just for scheduler card but I think there are other benefits here of doing it this way as my guess is many people would want the switch to actually be a light as it makes other integrations simpler. For me, I was juggling switches and lights which made things confusing for me and error prone.
Hello, I think I missed something but where is the slider to activate or not the scheduler ?
Iām trying to add my phone sensors to use them as conditions, for example:
sensor.in2023_battery_state
sensor.in2023_battery_level
Unfortunately I canāt get it to show up in my list. Could anyone point me in the right direction?
Since release v1.7.3 the switches are replaced to show remaining time instead.
Now you can tap+hold an item to disable/enable it.
Last week there was a vote on whether people liked this improvement, most people prefered the old situation.
Thats why v1.8.0 will revert this change.
You will have to define the states
ranges for sensors (the entity does not have any property showing the min/max values for sensors).
Its all written down here.