1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-21 03:10:02 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Franck Nijhof
04e0e2bd75 Update a* tests to use device & entity registry fixtures () 2023-11-09 20:46:20 +01:00
Joost Lekkerkerker
6ceb973606 Add entity translations for Abode () 2023-06-22 16:03:28 +02:00
Joost Lekkerkerker
7d8e412314 Fix Abode unit of measurement ()
Change unit of measurement to HA const
2023-06-07 19:53:45 +02:00
Michael
2850583085 Replace the usage of unit constants by enumerations in Tests [a-e] () 2023-01-15 14:44:01 +01:00
Robert Hillis
7c51d2f159 Add strict typing to abode () 2022-01-10 15:54:09 +01:00
Dave T
1a594d2a8c Use DeviceClass Enums in abode tests () 2021-12-16 20:59:55 +01: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
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
springstan
78d87dc40f Use TEMP_CELSIUS constant () 2020-04-10 19:17:46 +02:00
shred86
d36259f067 Add Abode tests ()
* Add tests for several devices

* Update coveragerc

* Code review changes and minor clean up

* More code review changes

* Update manifest and minor test updates

* Add test for locks and covers

* Add tests for switch on and off

* Add more complete test for alarms

* Fix for camera test

* Patch abodepy.mode for tests

* Add test for unknown alarm state and minor cleanup

* Update to make tests more robust

* More specific tests

* Update quality scale to silver

* Remove integration quality scale
2020-03-16 03:05:10 +01:00