Update the documentation of Garage Amsterdam (#36020)

This commit is contained in:
Klaas Schoute 2024-11-27 15:36:21 +01:00 committed by GitHub
parent 60868b9236
commit 78bdcfacf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}