Skip to content

Commit 549897e

Browse files
Update sensor.py
1 parent 0e2776b commit 549897e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/evergy/sensor.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
_LOGGER = logging.getLogger(__name__)
2929
#SCAN_INTERVAL = timedelta(seconds=10800)
30+
PARALLEL_UPDATES = 1
3031

3132
async def async_setup_entry(
3233
hass: HomeAssistant,

0 commit comments

Comments
 (0)