hass-core/homeassistant/components/iss/strings.json
Michael c50d0646ab
Mark integrations as single_config_entry in manifest [a-i] (#128189)
* mark integrations as single_config_entry in manifest

* fix ecobee tests

* fix iaqualink test
2024-10-12 08:59:57 +02:00

21 lines
404 B
JSON

{
"config": {
"step": {
"user": {
"description": "Do you want to configure International Space Station (ISS)?"
}
},
"abort": {
"latitude_longitude_not_defined": "Latitude and longitude are not defined in Home Assistant."
}
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Show on map"
}
}
}
}
}