2022-06-03 19:24:04 +00:00
{
"config" : {
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]"
} ,
2022-11-21 20:39:39 +00:00
"error" : {
"resource_error" : "Could not update rest data. Verify your configuration"
} ,
2022-06-03 19:24:04 +00:00
"step" : {
"user" : {
"data" : {
"resource" : "Resource" ,
2022-11-21 20:39:39 +00:00
"authentication" : "Select authentication method" ,
"verify_ssl" : "[%key:common::config_flow::data::verify_ssl%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
"headers" : "Headers" ,
"method" : "Method" ,
"timeout" : "Timeout"
} ,
"data_description" : {
"resource" : "The URL to the website that contains the value" ,
"authentication" : "Type of the HTTP authentication. Either basic or digest" ,
"verify_ssl" : "Enables/disables verification of SSL/TLS certificate, for example if it is self-signed" ,
"headers" : "Headers to use for the web request" ,
"timeout" : "Timeout for connection to website"
}
} ,
"sensor" : {
"data" : {
"name" : "[%key:common::config_flow::data::name%]" ,
2022-06-03 19:24:04 +00:00
"attribute" : "Attribute" ,
"index" : "Index" ,
2022-11-21 20:39:39 +00:00
"select" : "Select" ,
2022-06-03 19:24:04 +00:00
"value_template" : "Value Template" ,
"device_class" : "Device Class" ,
"state_class" : "State Class" ,
2022-11-21 20:39:39 +00:00
"unit_of_measurement" : "Unit of Measurement"
2022-06-03 19:24:04 +00:00
} ,
"data_description" : {
"select" : "Defines what tag to search for. Check Beautifulsoup CSS selectors for details" ,
"attribute" : "Get value of an attribute on the selected tag" ,
"index" : "Defines which of the elements returned by the CSS selector to use" ,
"value_template" : "Defines a template to get the state of the sensor" ,
"device_class" : "The type/class of the sensor to set the icon in the frontend" ,
"state_class" : "The state_class of the sensor" ,
2022-11-21 20:39:39 +00:00
"unit_of_measurement" : "Choose temperature measurement or create your own"
2022-06-03 19:24:04 +00:00
}
}
}
} ,
"options" : {
"step" : {
"init" : {
2022-11-29 09:13:38 +00:00
"menu_options" : {
"add_sensor" : "Add sensor" ,
2022-11-30 13:16:28 +00:00
"select_edit_sensor" : "Configure sensor" ,
2022-11-29 12:36:33 +00:00
"remove_sensor" : "Remove sensor" ,
2022-11-29 09:13:38 +00:00
"resource" : "Configure resource"
}
} ,
"add_sensor" : {
"data" : {
"name" : "[%key:component::scrape::config::step::sensor::data::name%]" ,
"attribute" : "[%key:component::scrape::config::step::sensor::data::attribute%]" ,
2022-11-30 13:16:28 +00:00
"index" : "[%key:component::scrape::config::step::sensor::data::index%]" ,
"select" : "[%key:component::scrape::config::step::sensor::data::select%]" ,
"value_template" : "[%key:component::scrape::config::step::sensor::data::value_template%]" ,
"device_class" : "[%key:component::scrape::config::step::sensor::data::device_class%]" ,
"state_class" : "[%key:component::scrape::config::step::sensor::data::state_class%]" ,
"unit_of_measurement" : "[%key:component::scrape::config::step::sensor::data::unit_of_measurement%]"
} ,
"data_description" : {
"select" : "[%key:component::scrape::config::step::sensor::data_description::select%]" ,
"attribute" : "[%key:component::scrape::config::step::sensor::data_description::attribute%]" ,
"index" : "[%key:component::scrape::config::step::sensor::data_description::index%]" ,
"value_template" : "[%key:component::scrape::config::step::sensor::data_description::value_template%]" ,
"device_class" : "[%key:component::scrape::config::step::sensor::data_description::device_class%]" ,
"state_class" : "[%key:component::scrape::config::step::sensor::data_description::state_class%]" ,
"unit_of_measurement" : "[%key:component::scrape::config::step::sensor::data_description::unit_of_measurement%]"
}
} ,
"edit_sensor" : {
"data" : {
"name" : "[%key:component::scrape::config::step::sensor::data::name%]" ,
"attribute" : "[%key:component::scrape::config::step::sensor::data::attribute%]" ,
2022-11-29 09:13:38 +00:00
"index" : "[%key:component::scrape::config::step::sensor::data::index%]" ,
"select" : "[%key:component::scrape::config::step::sensor::data::select%]" ,
"value_template" : "[%key:component::scrape::config::step::sensor::data::value_template%]" ,
"device_class" : "[%key:component::scrape::config::step::sensor::data::device_class%]" ,
"state_class" : "[%key:component::scrape::config::step::sensor::data::state_class%]" ,
"unit_of_measurement" : "[%key:component::scrape::config::step::sensor::data::unit_of_measurement%]"
} ,
"data_description" : {
"select" : "[%key:component::scrape::config::step::sensor::data_description::select%]" ,
"attribute" : "[%key:component::scrape::config::step::sensor::data_description::attribute%]" ,
"index" : "[%key:component::scrape::config::step::sensor::data_description::index%]" ,
"value_template" : "[%key:component::scrape::config::step::sensor::data_description::value_template%]" ,
"device_class" : "[%key:component::scrape::config::step::sensor::data_description::device_class%]" ,
"state_class" : "[%key:component::scrape::config::step::sensor::data_description::state_class%]" ,
"unit_of_measurement" : "[%key:component::scrape::config::step::sensor::data_description::unit_of_measurement%]"
}
} ,
"resource" : {
2022-06-03 19:24:04 +00:00
"data" : {
"resource" : "[%key:component::scrape::config::step::user::data::resource%]" ,
2022-11-21 20:39:39 +00:00
"method" : "[%key:component::scrape::config::step::user::data::method%]" ,
2022-06-03 19:24:04 +00:00
"authentication" : "[%key:component::scrape::config::step::user::data::authentication%]" ,
"username" : "[%key:component::scrape::config::step::user::data::username%]" ,
"password" : "[%key:component::scrape::config::step::user::data::password%]" ,
2022-11-21 20:39:39 +00:00
"headers" : "[%key:component::scrape::config::step::user::data::headers%]" ,
"verify_ssl" : "[%key:component::scrape::config::step::user::data::verify_ssl%]" ,
"timeout" : "[%key:component::scrape::config::step::user::data::timeout%]"
2022-06-03 19:24:04 +00:00
} ,
"data_description" : {
"resource" : "[%key:component::scrape::config::step::user::data_description::resource%]" ,
"authentication" : "[%key:component::scrape::config::step::user::data_description::authentication%]" ,
2022-11-21 20:39:39 +00:00
"headers" : "[%key:component::scrape::config::step::user::data_description::headers%]" ,
2022-06-03 19:24:04 +00:00
"verify_ssl" : "[%key:component::scrape::config::step::user::data_description::verify_ssl%]" ,
2022-11-21 20:39:39 +00:00
"timeout" : "[%key:component::scrape::config::step::user::data_description::timeout%]"
2022-06-03 19:24:04 +00:00
}
}
}
2022-10-30 12:02:11 +00:00
} ,
"issues" : {
"moved_yaml" : {
"title" : "The Scrape YAML configuration has been moved" ,
"description" : "Configuring Scrape using YAML has been moved to integration key.\n\nYour existing YAML configuration will be working for 2 more versions.\n\nMigrate your YAML configuration to the integration key according to the documentation."
}
2022-06-03 19:24:04 +00:00
}
}