mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Fix extremely minor typo: Cosumption -> Consumption (#37322)
This commit is contained in:
parent
1879183b24
commit
780376e411
@ -68,7 +68,7 @@ SENSOR_TYPES = {
|
|||||||
"storage_power": ["STORAGE", "Storage Power", None, "mdi:car-battery", False],
|
"storage_power": ["STORAGE", "Storage Power", None, "mdi:car-battery", False],
|
||||||
"purchased_power": ["Purchased", "Imported Power", None, "mdi:flash", False],
|
"purchased_power": ["Purchased", "Imported Power", None, "mdi:flash", False],
|
||||||
"production_power": ["Production", "Production Power", None, "mdi:flash", False],
|
"production_power": ["Production", "Production Power", None, "mdi:flash", False],
|
||||||
"consumption_power": ["Consumption", "Cosumption Power", None, "mdi:flash", False],
|
"consumption_power": ["Consumption", "Consumption Power", None, "mdi:flash", False],
|
||||||
"selfconsumption_power": [
|
"selfconsumption_power": [
|
||||||
"SelfConsumption",
|
"SelfConsumption",
|
||||||
"SelfConsumption Power",
|
"SelfConsumption Power",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user