Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lunDreame authored Apr 4, 2024
1 parent 576563d commit 67c8c56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/kocom_smart_home/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

NAME = "Kocom Smart Home"
DOMAIN = "kocom_smart_home"
VERSION = "1.1.1"
VERSION = "1.1.0"

CONF_PHONE_NUMBER = "phone_number"
CONF_WALLPAD_NUMBER = "wallpad_number"
Expand All @@ -31,10 +31,10 @@

ENERGY_INFO = {
"elec": ["전기 사용량", "mdi:flash", "kWh", SensorDeviceClass.ENERGY, "total_increasing"],
"heat": ["난방 사용량", "mdi:radiator", "", None, None],
"hotwater": ["온수 사용량", "mdi:hot-tub", "", None, None],
"gas": ["가스 사용량", "mdi:fire", "", SensorDeviceClass.GAS, "total_increasing"],
"water": ["수도 사용량", "mdi:water-pump", "", SensorDeviceClass.WATER, "total_increasing"]
"heat": ["난방 사용량", "mdi:radiator", "", None, None],
"hotwater": ["온수 사용량", "mdi:hot-tub", "", None, None],
"gas": ["가스 사용량", "mdi:fire", "", SensorDeviceClass.GAS, "total_increasing"],
"water": ["수도 사용량", "mdi:water-pump", "", SensorDeviceClass.WATER, "total_increasing"]
}

ENERGY_UNIT = {
Expand Down

0 comments on commit 67c8c56

Please sign in to comment.