1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-10 08:59:18 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
J. Nick Koston
27a2114ba9
Bump yalexs to 6.4.2 () 2024-07-07 13:41:31 -07:00
Marc Mueller
38adfbf1a3
Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
J. Nick Koston
c399cab427
Small speed up to checking core state () 2024-01-18 08:41:32 -10:00
J. Nick Koston
9c82df4b98
Fix duplicate config entry additions in tests ()
zha and plex still add the same config entry multiple times
but they are going to need seperate PRs as they have more
complex logic
2024-01-13 21:01:18 -05:00
Franck Nijhof
04e0e2bd75
Update a* tests to use device & entity registry fixtures () 2023-11-09 20:46:20 +01:00
J. Nick Koston
da9c42d457
Fix failing august test () 2023-10-06 12:31:12 -10:00
Olen
debee28856
Only get state once for all August sensor-tests () 2023-09-22 21:31:17 +02:00
Olen
2a49b6ca7e
Add more august actions () 2023-09-22 14:42:17 +02:00
epenet
2545694d41
Add type hints to integration tests (a) ()
* Add type hints to accuweather tests

* Adjust a** components

* Adjust aiohttp_client

* ClientSessionGenerator/WebSocketGenerator
2023-02-08 12:16:23 +01:00
epenet
c5a56dab42
Apply hass-relative-import to tests (a-c) () 2022-09-19 09:48:25 +02:00
Erik Montnemery
78b21b1ad1
Update tests a-b to use async_get() instead of async_get_registry() () 2021-03-09 14:24:34 +01:00
J. Nick Koston
94825b3e15
Do not restore unavailable state for august locks () 2021-01-01 12:44:53 +01:00
Ville Skyttä
5e90a4d000
Use more state attribute name constants () 2020-09-21 23:03:39 +02:00
springstan
d2b1918e9c
Drop UNIT_ prefix for percentage constant () 2020-09-05 21:09:14 +02:00
springstan
9f713dac7f
Use UNIT_PERCENTAGE constant () 2020-04-11 22:53:48 +02:00
J. Nick Koston
7dd42bc32d
Separate august keypads into their own device ()
The keypad has its own unique id so its better
represented as its own device.  This fixes
showing the keypad battery state for the lock
in the UI.
2020-04-08 12:57:27 -07:00
J. Nick Koston
ae147fd9c7
Lock operation sensors for August ()
* adkj

* reduce

* Convert august to async

Async io was added to py-august 0.24

* Fix lint

* Lock operation sensors for august

* Tracking lock operation method allows user presence detection at the lock

* revert lock changes

* fix activity count merge conflict reversion

* Fix revert that come back with the conflict
2020-03-10 17:09:49 -07:00
J. Nick Koston
7ca4665711
Move keypad battery implementation details into py-august ()
* Move keypad battery implementation details into py-august

* Upgrade to py-august 0.22.0 which also adds gen2 doorbell battery data

* remove cruft from previous refactor
2020-03-01 23:22:28 -08:00
J. Nick Koston
2925e0617c
Add Config flow to august ()
* Add battery sensors for August devices

* Additional tests and cleanup in prep for config flow
  and device registry

* pylint

* update name for new style guidelines - https://developers.home-assistant.io/docs/development_guidelines/#use-new-style-string-formatting

* Config Flow for august push

* Update homeassistant/components/august/__init__.py

Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>

* Address review items

* Update tests

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-25 10:18:15 -08:00