* Decrease event loop latency by binding time.monotonic to loop.time directly
This is a small improvment to decrease event loop latency. While the goal is
is to reduce Bluetooth connection time latency, everything using asyncio
is a bit more responsive as a result.
* relo per comments
* fix too fast by adding resolution, ensure monotonic time is patchable by freezegun
* fix test that freezes time too late and has a race loop
Add support for Bosch 2nd Gen SHCShutterContact2
We only need to check for the shutter contact 2 types as both devices
provide the same properties that are used by the bosch_shc component.
Resolves: #86295
* Initial commit
* Add siren entity
* Update coveragerc
* Cleanup unused entity description.
* Add restore and fix entity property to standards.
* Schedule turn off to match camera firmware
* Only add siren for devices that support capability
* Removed unused attribute and import.
* Add translation
* Update camera.py
* Update strings.json
* Update camera.py
* Cleanup
* Update homeassistant/components/ezviz/siren.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* use description
* Apply suggestions from code review
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Update strings.json
* Dont inherit coordinator class.
* Add assumed state
* Update homeassistant/components/ezviz/siren.py
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Reset delay listener if trigered
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Add HVAC_Mode handling to set_temperature()
* Move added code down, as suggested
* Implement walrus as suggested
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* Modernize ipma weather
* Add test snapshots
* Don't include forecast mode in weather entity unique_id for new config entries
* Remove old migration code
* Remove outdated test
* Remove extra_state_attributes property, replaced by a number
* Support HVAC_Mode in set_temperature()
* Remove set_temperature() update, as requested
* change switch availability
* remove new test
* Update homeassistant/components/wallbox/switch.py
Also check super availability.
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
* black formatting
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se>