1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/luftdaten/strings.json
Fabian Affolter 2e517ab6bc Enable config flow for Luftdaten (#17700)
* Move file to new location

* Update requirement

* Enable config flow

* Add luftdaten

* Add tests

* Update

* Add constants

* Changes according to the review comments

* Remove wrong entry from flows

* Fix dict handling

* Add callback and use OrderedDict

* Remve leftover

* Fix

* Remove await
2018-11-06 14:27:52 +01:00

21 lines
453 B
JSON

{
"config": {
"title": "Luftdaten",
"step": {
"user": {
"title": "Define Luftdaten",
"data": {
"station_id": "Luftdaten Sensor ID",
"show_on_map": "Show on map"
}
}
},
"error": {
"sensor_exists": "Sensor already registered",
"invalid_sensor": "Sensor not available or invalid",
"communication_error": "Unable to communicate with the Luftdaten API"
}
}
}