mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix extremely minor typo: Cosumption -> Consumption (#37322)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user