File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
homeassistant/components/lcn Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919from .entity import LcnEntity
2020from .helpers import InputType , LcnConfigEntry
2121
22- PARALLEL_UPDATES = 0
23- SCAN_INTERVAL = timedelta (minutes = 1 )
22+ PARALLEL_UPDATES = 2
23+ SCAN_INTERVAL = timedelta (minutes = 10 )
2424
2525
2626def add_lcn_entities (
Original file line number Diff line number Diff line change 3636from .entity import LcnEntity
3737from .helpers import InputType , LcnConfigEntry
3838
39- PARALLEL_UPDATES = 0
39+ PARALLEL_UPDATES = 2
4040SCAN_INTERVAL = timedelta (minutes = 1 )
4141
4242
Original file line number Diff line number Diff line change 2727from .entity import LcnEntity
2828from .helpers import InputType , LcnConfigEntry
2929
30- PARALLEL_UPDATES = 0
30+ PARALLEL_UPDATES = 2
3131SCAN_INTERVAL = timedelta (minutes = 1 )
3232
3333
Original file line number Diff line number Diff line change 3333
3434BRIGHTNESS_SCALE = (1 , 100 )
3535
36- PARALLEL_UPDATES = 0
37- SCAN_INTERVAL = timedelta (minutes = 1 )
36+ PARALLEL_UPDATES = 2
37+ SCAN_INTERVAL = timedelta (minutes = 10 )
3838
3939
4040def add_lcn_entities (
Original file line number Diff line number Diff line change 2222from .entity import LcnEntity
2323from .helpers import LcnConfigEntry
2424
25- PARALLEL_UPDATES = 0
25+ PARALLEL_UPDATES = 2
2626
2727
2828def add_lcn_entities (
Original file line number Diff line number Diff line change 4040from .entity import LcnEntity
4141from .helpers import InputType , LcnConfigEntry
4242
43- PARALLEL_UPDATES = 0
43+ PARALLEL_UPDATES = 2
4444SCAN_INTERVAL = timedelta (minutes = 1 )
4545
4646
Original file line number Diff line number Diff line change 1717from .entity import LcnEntity
1818from .helpers import InputType , LcnConfigEntry
1919
20- PARALLEL_UPDATES = 0
21- SCAN_INTERVAL = timedelta (minutes = 1 )
20+ PARALLEL_UPDATES = 2
21+ SCAN_INTERVAL = timedelta (minutes = 10 )
2222
2323
2424def add_lcn_switch_entities (
You can’t perform that action at this time.
0 commit comments