core/homeassistant/components/shelly
J. Nick Koston 2a5ffa9a5b
Fix timestamps for bluetooth scanners that bundle advertisements (#94511)
#94138 added support for raw/bundled advertisements. We should use the
same monotonic time for all advertisements in the bundle if not time
is passed, or calculate the timestamp and pass it if its known
2023-06-14 21:47:00 -04:00
..
bluetooth Fix timestamps for bluetooth scanners that bundle advertisements (#94511) 2023-06-14 21:47:00 -04:00
__init__.py
binary_sensor.py Don't inherit SensorEntity/NumberEntity and RestoreEntity in Shelly integration (#93531) 2023-06-04 19:14:08 -05:00
button.py
climate.py
config_flow.py
const.py
coordinator.py Catch InvalidAuthError in `shutdown()` method for Shelly gen2 devices (#94563) 2023-06-15 00:00:21 +03:00
cover.py
device_trigger.py
diagnostics.py
entity.py Name unnamed binary sensors by their device class (#92940) 2023-06-13 19:48:54 +02:00
light.py
logbook.py
manifest.json
number.py Don't inherit SensorEntity/NumberEntity and RestoreEntity in Shelly integration (#93531) 2023-06-04 19:14:08 -05:00
sensor.py Don't inherit SensorEntity/NumberEntity and RestoreEntity in Shelly integration (#93531) 2023-06-04 19:14:08 -05:00
strings.json
switch.py
update.py Don't inherit SensorEntity/NumberEntity and RestoreEntity in Shelly integration (#93531) 2023-06-04 19:14:08 -05:00
utils.py