Add documentation for hvv_departures elevators (#13762)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Tom Schneider 2020-09-23 14:53:51 +02:00 committed by GitHub
parent 22471fcfed
commit 634073fa41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,26 @@ Menu: *Configuration* > *Integrations* > *Select your new integration* > *Press
- **offset**: set this if you want to list the departures some minutes in the future, for example, if you live ten minutes away from the station.
- **use realtime data**: enable this to include delay and cancellation information.
## Elevator sensors
If the selected station has elevators, binary sensors will be available.
### States
- OK (`off`): The elevator is working.
- Problem (`on`): The elevator is out of order. See the cause attribute for more information.
### Attributes
| Attribute | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `cabin_width` | Width of the elevator cabin |
| `cabin_length` | Length of the elevator cabin |
| `door_width` | Width of the elevator doors |
| `elevator_type` | Type of the elevator |
| `button_type` | Type of the elevator buttons, can be one of the following: <br/><ul><li>`BRAILLE`</li><li>`ACUSTIC`</li><li>`COMBI`</li><li>`UNKNOWN`</li> |
| `cause` | If the state of the sensor is `on` ("Problem"), the `cause` attribute may contain further information about the cause |
| `lines` | List of lines that can be reached using this elevator |
## How to get the API credentials