mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Update the documentation of Garage Amsterdam (#36020)
This commit is contained in:
parent
60868b9236
commit
78bdcfacf7
@ -16,10 +16,19 @@ ha_platforms:
|
|||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
The Garages Amsterdam integration uses an API provided by the municipality of Amsterdam, to measure the occupancy of Amsterdam parking garages in the Netherlands. You can track multiple garages by adding the integration multiple times.
|
The **Garages Amsterdam** {% term integration %} uses an API provided by the municipality of Amsterdam, to measure the occupancy of Amsterdam parking garages in the Netherlands. You can track multiple garages by adding the integration multiple times.
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
{% configuration_basic %}
|
||||||
|
Garage name:
|
||||||
|
description: The name of the parking garage you want to monitor.
|
||||||
|
{% endconfiguration_basic %}
|
||||||
|
|
||||||
|
## Data updates
|
||||||
|
|
||||||
|
The integration will poll the API of Amsterdam every 10 minutes to update the data in Home Assistant.
|
||||||
|
|
||||||
### Sensor
|
### Sensor
|
||||||
|
|
||||||
When you add a parking garage, 4 sensors are created in your configuration by default:
|
When you add a parking garage, 4 sensors are created in your configuration by default:
|
||||||
@ -36,3 +45,9 @@ Some parking garages don't have long-term parking spaces, in which case the 2 sp
|
|||||||
### Binary sensor
|
### Binary sensor
|
||||||
|
|
||||||
Each parking garage also has a binary sensor, which indicates whether there are problems in the data provision from the API. When it indicates `ok` everything is fine. If the state changes to `problem`, the upstream data might not be up to date or reliable and will remain in this state until new data is coming in.
|
Each parking garage also has a binary sensor, which indicates whether there are problems in the data provision from the API. When it indicates `ok` everything is fine. If the state changes to `problem`, the upstream data might not be up to date or reliable and will remain in this state until new data is coming in.
|
||||||
|
|
||||||
|
## Remove integration
|
||||||
|
|
||||||
|
You can remove each parking garage instance by following the default removal process.
|
||||||
|
|
||||||
|
{% include integrations/remove_device_service.md %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user