mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +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],
|
||||
"purchased_power": ["Purchased", "Imported 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",
|
||||
"SelfConsumption Power",
|
||||
|
Loading…
x
Reference in New Issue
Block a user