Skip to content

Commit 37b2648

Browse files
committed
Merge branch 'v0.3.3'
2 parents dee4c19 + 60e7d82 commit 37b2648

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

custom_components/generac/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/binarydev/ha-generac/issues",
1010
"requirements": ["beautifulsoup4==4.12.2", "dacite==1.8.1"],
11-
"version": "0.3.2"
11+
"version": "0.3.3"
1212
}

custom_components/generac/sensor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ class StatusSensor(GeneracEntity, SensorEntity):
118118
"Stopped",
119119
"Communication Issue",
120120
"Unknown",
121+
"Online",
122+
"Offline",
121123
]
122124
device_class = SensorDeviceClass.ENUM
123125
icon = "mdi:power"

0 commit comments

Comments
 (0)