mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Use common states for "Low" and "High" in fyta
(#142472)
This commit is contained in:
parent
4020c987b5
commit
04fa699498
@ -79,9 +79,9 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"no_data": "No data",
|
"no_data": "No data",
|
||||||
"too_low": "Too low",
|
"too_low": "Too low",
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"perfect": "Perfect",
|
"perfect": "Perfect",
|
||||||
"high": "High",
|
"high": "[%key:common::state::high%]",
|
||||||
"too_high": "Too high"
|
"too_high": "Too high"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -90,9 +90,9 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
|
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
|
||||||
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
|
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
|
||||||
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
|
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
|
||||||
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
|
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -101,9 +101,9 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
|
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
|
||||||
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
|
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
|
||||||
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
|
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
|
||||||
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
|
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -112,9 +112,9 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
|
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
|
||||||
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
|
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
|
||||||
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
|
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
|
||||||
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
|
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -123,9 +123,9 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
|
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
|
||||||
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
|
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
|
||||||
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
|
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
|
||||||
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
|
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user