-
Notifications
You must be signed in to change notification settings - Fork 628
[EN] HassStartTimer add area and floor slots #3459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Why did you remove the EN language leader and added 3 other people to the list of reviewers of a PR concerning an improvement in EN? |
I did not remove anyone @tetele, this was added by Github since I edited the root |
|
@staticdev ok, sorry. I have no clue how I got added in that pool, then :) I'm definitely not among the CODEOWNERS. |
|
@tetele root files in this repository do not have CODEOWNERS, most probably you were picked by Github due to your permissions in this repository. |
|
I don't understand how this is supposed to work. If you start a timer with a different area/floor, it won't be present on the voice satellite in that area/floor. Timers can only be started from the device that the voice command was issued on. |
|
@synesthesiam this is a strange limitation to me. Let's say a use case: there is one satellite in each room (kitchen and two rooms on another floor) and I am cooking in the kitchen. I want to set a timer to people in their rooms to come eat. Is it not possible at all that one satellite receives the command to create the timer and the timer is set in the other satellites? What is preventing this to work exactly? |
|
There's no technical limitation, we just use the device id of the satellite to group active timers. There isn't any logic to try and figure out which satellite you meant if an area or floor is specified. What happens if there are multiple satellites in an area or on a floor? |
I suppose all satellites in the area or floor would start a countdown, like how is consistent with lights and other devices. |
|
@synesthesiam also another fun thing all other intents related to timers already support area slot:
|
|
The slots in those intents are for targeting the satellite that's currently running a timer. Potentially starting timers on multiple devices is an interesting idea. @jlpouffier any thoughts? |
Summary: