core/homeassistant/components/lutron
Dima Zavin 6bf35232b9 Don't force a query to the main lutron repeater on update (#25939)
We only want to force a query if we don't have any previous state.
Otherwise, we should be tracking the state via continuous status
updates.

For lights (not switches) the extra query was also superfluous since
it was already querying on startup.

We should probably have a timeout on that so at some point we'll
requery in case remote end disconnected/rebooted, etc. Leaving for
another PR.
2019-08-17 23:50:15 +02:00
..
__init__.py Expose Lutron RA2 occupancy sensors (#25854) 2019-08-15 07:40:39 -04:00
binary_sensor.py Expose Lutron RA2 occupancy sensors (#25854) 2019-08-15 07:40:39 -04:00
cover.py Black 2019-07-31 12:25:30 -07:00
light.py Don't force a query to the main lutron repeater on update (#25939) 2019-08-17 23:50:15 +02:00
manifest.json Expose Lutron RA2 occupancy sensors (#25854) 2019-08-15 07:40:39 -04:00
scene.py Black 2019-07-31 12:25:30 -07:00
switch.py Don't force a query to the main lutron repeater on update (#25939) 2019-08-17 23:50:15 +02:00