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

Garage door/button status #88

Closed
Nexetion opened this issue Feb 27, 2022 · 7 comments
Closed

Garage door/button status #88

Nexetion opened this issue Feb 27, 2022 · 7 comments
Assignees
Milestone

Comments

@Nexetion
Copy link

My garage door is a cover and I'm trying to use the entity (custom icons) to open/close my garage door (toggle service) but when I press the button it opens but the state of the button will switch back to the off status which doesn't make any sense and for the life of my I can't figure out how to make this work like a switch

@cgiesche
Copy link
Owner

Currently, only entity states "on" and "playing" are interpreted as "on"-states. Maybe your garage door entity reports a different state string? If you can find out and tell me which state the entity is in, when the garage door ist open, i can add it to the list of "on"-states.

@cgiesche cgiesche added question Further information is requested T-Shirt-Size: S labels Feb 28, 2022
@burgviking2012
Copy link

@cgiesche My garage doors are both type "cover" (https://www.home-assistant.io/integrations/cover/), which has default states "open" and "closed". This would also really help me, would be great if you wanted to add "open" as a valid "on" state!

@cgiesche cgiesche removed the question Further information is requested label Apr 1, 2022
@cgiesche cgiesche added this to the Release 2.1 milestone Apr 1, 2022
@ibmlmjm
Copy link

ibmlmjm commented Apr 22, 2022

I also really need this feature for all my shades(13 of them). I have the same issue with the open and closed

Thank You!

Michael

@zarmstrong
Copy link
Contributor

I'd like to add two more states -- opening and closing.

arrow-up-box and arrow-down-box would be the mdi icons for those states.

@cgiesche cgiesche self-assigned this May 8, 2022
@zellers
Copy link

zellers commented Jun 25, 2022

I'd also like to add two more states (for device_tracker / Person)
home -> ON
not_home -> OFF

https://www.home-assistant.io/integrations/person/

@wivaku
Copy link

wivaku commented Aug 1, 2022

and for locks: locked and unlocked.

In general, probably best to add configuration fields:

  • on: list of values that should be considered on
  • off: list of values that should be considered off

@cgiesche
Copy link
Owner

Will be part of next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants