2020-01-11 11:20:00 +00:00
{
"config" : {
"step" : {
2020-05-05 03:10:39 +00:00
"pick_implementation" : {
"title" : "[%key:common::config_flow::title::oauth2_pick_implementation%]"
2021-10-26 14:09:10 +00:00
} ,
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"description" : "The Netatmo integration needs to re-authenticate your account"
2020-05-05 03:10:39 +00:00
}
2020-01-11 11:20:00 +00:00
} ,
"abort" : {
2020-08-04 18:46:46 +00:00
"single_instance_allowed" : "[%key:common::config_flow::abort::single_instance_allowed%]" ,
2020-05-05 03:10:39 +00:00
"authorize_url_timeout" : "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]" ,
2020-09-10 12:52:49 +00:00
"missing_configuration" : "[%key:common::config_flow::abort::oauth2_missing_configuration%]" ,
2021-10-26 14:09:10 +00:00
"no_url_available" : "[%key:common::config_flow::abort::oauth2_no_url_available%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2020-01-11 11:20:00 +00:00
} ,
2020-05-05 03:10:39 +00:00
"create_entry" : {
"default" : "[%key:common::config_flow::create_entry::authenticated%]"
}
2020-07-09 04:39:33 +00:00
} ,
"options" : {
"step" : {
"public_weather" : {
"data" : {
"area_name" : "Name of the area" ,
2023-04-15 13:51:04 +00:00
"lat_ne" : "North-East corner latitude" ,
"lon_ne" : "North-East corner longitude" ,
"lat_sw" : "South-West corner latitude" ,
"lon_sw" : "South-West corner longitude" ,
2020-07-09 04:39:33 +00:00
"mode" : "Calculation" ,
"show_on_map" : "Show on map"
} ,
"description" : "Configure a public weather sensor for an area." ,
"title" : "Netatmo public weather sensor"
} ,
"public_weather_areas" : {
"data" : {
"new_area" : "Area name" ,
"weather_areas" : "Weather areas"
} ,
"description" : "Configure public weather sensors." ,
2023-07-13 15:52:50 +00:00
"title" : "[%key:component::netatmo::options::step::public_weather::title%]"
2020-07-09 04:39:33 +00:00
}
}
2021-02-24 18:20:40 +00:00
} ,
"device_automation" : {
"trigger_subtype" : {
2023-07-13 15:52:50 +00:00
"away" : "[%key:common::state::not_home%]" ,
2023-06-28 09:08:53 +00:00
"schedule" : "Schedule" ,
"hg" : "Frost guard"
2021-02-24 18:20:40 +00:00
} ,
"trigger_type" : {
2023-07-10 10:56:51 +00:00
"turned_off" : "[%key:common::device_automation::trigger_type::turned_off%]" ,
"turned_on" : "[%key:common::device_automation::trigger_type::turned_on%]" ,
2021-02-24 18:20:40 +00:00
"human" : "{entity_name} detected a human" ,
"movement" : "{entity_name} detected movement" ,
"person" : "{entity_name} detected a person" ,
"person_away" : "{entity_name} detected a person has left" ,
"animal" : "{entity_name} detected an animal" ,
"outdoor" : "{entity_name} detected an outdoor event" ,
"vehicle" : "{entity_name} detected a vehicle" ,
"alarm_started" : "{entity_name} detected an alarm" ,
"set_point" : "Target temperature {entity_name} set manually" ,
"cancel_set_point" : "{entity_name} has resumed its schedule" ,
"therm_mode" : "{entity_name} switched to \"{subtype}\""
}
2023-07-11 22:33:37 +00:00
} ,
"services" : {
"set_camera_light" : {
"name" : "Set camera light mode" ,
"description" : "Sets the light mode for a Netatmo Outdoor camera light." ,
"fields" : {
"camera_light_mode" : {
"name" : "Camera light mode" ,
"description" : "Outdoor camera light mode."
}
}
} ,
"set_schedule" : {
"name" : "Set heating schedule" ,
"description" : "Sets the heating schedule for Netatmo climate device. The schedule name must match a schedule configured at Netatmo." ,
"fields" : {
"schedule_name" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::netatmo::device_automation::trigger_subtype::schedule%]" ,
2023-07-11 22:33:37 +00:00
"description" : "Schedule name."
}
}
} ,
"set_persons_home" : {
"name" : "Set persons at home" ,
"description" : "Sets a list of persons as at home. Person's name must match a name known by the Netatmo Indoor (Welcome) Camera." ,
"fields" : {
"persons" : {
"name" : "Persons" ,
"description" : "List of names."
}
}
} ,
"set_person_away" : {
"name" : "Set person away" ,
"description" : "Sets a person as away. If no person is set the home will be marked as empty. Person's name must match a name known by the Netatmo Indoor (Welcome) Camera." ,
"fields" : {
"person" : {
"name" : "Person" ,
"description" : "Person's name."
}
}
} ,
"register_webhook" : {
"name" : "Register webhook" ,
"description" : "Registers the webhook to the Netatmo backend."
} ,
"unregister_webhook" : {
"name" : "Unregister webhook" ,
"description" : "Unregisters the webhook from the Netatmo backend."
}
2020-01-11 11:20:00 +00:00
}
2021-10-26 14:09:10 +00:00
}