Skip to content

Commit

Permalink
⌛ add parallel updates for switch (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Jul 7, 2024
1 parent e986ddb commit 7dc79fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xiaomi_miot/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

_LOGGER = logging.getLogger(__name__)
DATA_KEY = f'{ENTITY_DOMAIN}.{DOMAIN}'
PARALLEL_UPDATES = 3 # issue#1749

SERVICE_TO_METHOD = {}

Expand Down

0 comments on commit 7dc79fc

Please sign in to comment.