We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2776b commit 549897eCopy full SHA for 549897e
custom_components/evergy/sensor.py
@@ -27,6 +27,7 @@
27
28
_LOGGER = logging.getLogger(__name__)
29
#SCAN_INTERVAL = timedelta(seconds=10800)
30
+PARALLEL_UPDATES = 1
31
32
async def async_setup_entry(
33
hass: HomeAssistant,
0 commit comments