Skip to content
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

Add "generic" services to services dropdown. #35

Closed
cgiesche opened this issue Apr 24, 2021 · 1 comment
Closed

Add "generic" services to services dropdown. #35

cgiesche opened this issue Apr 24, 2021 · 1 comment
Assignees
Labels
bug Something isn't working T-Shirt-Size: S

Comments

@cgiesche
Copy link
Owner

Lights do not (any more) offer domain specific services to turn them on or off. They rely on generic services that are available for entities of all domains:

homeassistant.turn_on - Turns on an entity (that supports being turned on), for example an automation, switch, etc.
homeassistant.turn_off - Turns off an entity (that supports being turned off), for example an automation, switch, etc.
homeassistant.toggle - Turns off an entity that is on, or turns on an entity that is off (that supports being turned on and off)
homeassistant.update_entity - Request the update of an entity, rather than waiting for the next scheduled update, for example Google travel time sensor, a template sensor, or a light

Add those services to every entity.

@cgiesche cgiesche added bug Something isn't working T-Shirt-Size: S labels Apr 24, 2021
@cgiesche cgiesche self-assigned this Apr 24, 2021
@cgiesche cgiesche mentioned this issue Apr 24, 2021
@cgiesche
Copy link
Owner Author

Never mind. No bug, just me being stupid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working T-Shirt-Size: S
Projects
None yet
Development

No branches or pull requests

1 participant