mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix typo in Utility Meter always_available (#146320)
This commit is contained in:
parent
2842f55460
commit
4a5e261709
@ -17,7 +17,7 @@
|
|||||||
"tariffs": "Supported tariffs"
|
"tariffs": "Supported tariffs"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"always_available": "If activated, the sensor will always be show the last known value, even if the source entity is unavailable or unknown.",
|
"always_available": "If activated, the sensor will always show the last known value, even if the source entity is unavailable or unknown.",
|
||||||
"delta_values": "Enable if the source values are delta values since the last reading instead of absolute values.",
|
"delta_values": "Enable if the source values are delta values since the last reading instead of absolute values.",
|
||||||
"net_consumption": "Enable if the source is a net meter, meaning it can both increase and decrease.",
|
"net_consumption": "Enable if the source is a net meter, meaning it can both increase and decrease.",
|
||||||
"periodically_resetting": "Enable if the source may periodically reset to 0, for example at boot of the measuring device. If disabled, new readings are directly recorded after data inavailability.",
|
"periodically_resetting": "Enable if the source may periodically reset to 0, for example at boot of the measuring device. If disabled, new readings are directly recorded after data inavailability.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user