mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
66 lines
3.2 KiB
JSON
66 lines
3.2 KiB
JSON
{
|
|
"issues": {
|
|
"entity_negative_state": {
|
|
"description": "The following entities have a negative state while a positive state is expected:",
|
|
"title": "Entity has a negative state"
|
|
},
|
|
"entity_not_defined": {
|
|
"description": "Check the integration or your configuration that provides:",
|
|
"title": "Entity not defined"
|
|
},
|
|
"entity_state_class_measurement_no_last_reset": {
|
|
"description": "The following entities have state class 'measurement' but 'last_reset' is missing:",
|
|
"title": "Last reset missing"
|
|
},
|
|
"entity_state_non_numeric": {
|
|
"description": "The following entities have a state that cannot be parsed as a number:",
|
|
"title": "Entity has non-numeric state"
|
|
},
|
|
"entity_unavailable": {
|
|
"description": "The state of these configured entities are currently not available:",
|
|
"title": "Entity unavailable"
|
|
},
|
|
"entity_unexpected_device_class": {
|
|
"description": "The following entities do not have the expected device class:",
|
|
"title": "Unexpected device class"
|
|
},
|
|
"entity_unexpected_state_class": {
|
|
"description": "The following entities do not have the expected state class:",
|
|
"title": "Unexpected state class"
|
|
},
|
|
"entity_unexpected_unit_energy": {
|
|
"description": "The following entities do not have an expected unit of measurement (either of {energy_units}):",
|
|
"title": "Unexpected unit of measurement"
|
|
},
|
|
"entity_unexpected_unit_energy_price": {
|
|
"description": "The following entities do not have an expected unit of measurement {price_units}:",
|
|
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]"
|
|
},
|
|
"entity_unexpected_unit_gas": {
|
|
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor):",
|
|
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]"
|
|
},
|
|
"entity_unexpected_unit_gas_price": {
|
|
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::description%]",
|
|
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]"
|
|
},
|
|
"entity_unexpected_unit_water": {
|
|
"description": "The following entities do not have the expected unit of measurement (either of {water_units}):",
|
|
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]"
|
|
},
|
|
"entity_unexpected_unit_water_price": {
|
|
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::description%]",
|
|
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]"
|
|
},
|
|
"recorder_untracked": {
|
|
"description": "Home Assistant Recorder has been configured to exclude these configured entities:",
|
|
"title": "Entity not tracked"
|
|
},
|
|
"statistics_not_defined": {
|
|
"description": "Some entities currently have no statistics metadata. If these are newly created, it may take up to 5 minutes for this to be generated for the following entities:",
|
|
"title": "Statistics not defined"
|
|
}
|
|
},
|
|
"title": "Energy"
|
|
}
|