* Initial commit * Wrong flowhandler name * Add config flow tests * Tests for config flow * ... * Add test for no coordinates * ... * Update homeassistant/components/iss/config_flow.py Co-authored-by: Shay Levy <levyshay1@gmail.com> * Update homeassistant/components/iss/config_flow.py * Update homeassistant/components/iss/binary_sensor.py Co-authored-by: Shay Levy <levyshay1@gmail.com> * Add myself as codeowner Co-authored-by: Shay Levy <levyshay1@gmail.com>
16 lines
461 B
JSON
16 lines
461 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Do you want to configure the Internation Space Station?",
|
|
"data": {
|
|
"show_on_map": "Show on map?"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"latitude_longitude_not_defined": "Latitude and longitude is not defind in Home Assistant."
|
|
}
|
|
}
|
|
} |