1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-02 09:16:11 +00:00
Commit Graph

59569 Commits

Author SHA1 Message Date
Robert Hillis
1b66f3208d Use enums in ozw (#62088) 2021-12-16 16:11:55 +01:00
Erik Montnemery
a0b6edc894 Minor refactor of template light (#61857) 2021-12-16 16:11:23 +01:00
Robert Hillis
1fb69fb69a Use enums in rpi_power (#62046) 2021-12-16 16:09:19 +01:00
Erik Montnemery
12ae684c96 Minor refactor of template fan (#61856) 2021-12-16 16:07:18 +01:00
Robert Hillis
16d16585ae Use enums in plaato (#62069)
* Use enums in plaato

* uno mas

* uno mas
2021-12-16 16:00:22 +01:00
epenet
7c8d235356 Use SensorDeviceClass in mfi (#61900)
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-16 15:51:36 +01:00
epenet
599c8f4757 Use new enums in neato (#61939) 2021-12-16 15:49:11 +01:00
epenet
2cc343bb7f Use new enums in nws (#61947) 2021-12-16 15:43:15 +01:00
Robert Hillis
e1a7f6d1b2 Use enums in pluugwise (#62067) 2021-12-16 15:40:32 +01:00
Robert Hillis
a5cf783e6a Use enums in ping (#62066) 2021-12-16 15:38:02 +01:00
Robert Hillis
42fab1bb51 Use enums in picnic (#62065) 2021-12-16 15:36:38 +01:00
Robert Hillis
6d9787526b Use enums in oasa_telematics (#62077) 2021-12-16 15:34:42 +01:00
Robert Hillis
0ce985ee7b Use enums in ovo_energy (#62087) 2021-12-16 15:30:59 +01:00
Robert Hillis
6083b56139 Use enums for Panasonic Viera (#62062) 2021-12-16 15:29:45 +01:00
epenet
c8607b1a4c Use DeviceClass Enum in ness-alarm schema (#61969) 2021-12-16 15:20:40 +01:00
epenet
b16d779280 Use DeviceClass Enum in concord232 schema (#61968) 2021-12-16 15:18:52 +01:00
epenet
5454c5467d Use new enums in nx584 (#61948) 2021-12-16 15:15:54 +01:00
Robert Hillis
b315877ad0 Clean up upcloud (#61971) 2021-12-16 15:14:46 +01:00
epenet
029af94d28 Use new enums in mobile_app (#61929) 2021-12-16 15:13:13 +01:00
Robert Hillis
5227019d3e Use enums in rdw (#62059) 2021-12-16 15:10:54 +01:00
epenet
079b7f217f Use new enums in mqtt (#61936)
* Use new enums in mqtt

* Fix typo
2021-12-16 15:09:31 +01:00
Robert Hillis
ff654a9753 Use enums philips_js (#62063) 2021-12-16 15:02:38 +01:00
Robert Hillis
3b9547addc Use enums in qnap (#62055) 2021-12-16 15:01:45 +01:00
Robert Hillis
395fa6d15f Use enums in samsung_tv (#62047) 2021-12-16 14:57:06 +01:00
Robert Hillis
fa522fc504 Use enums in rova (#62044) 2021-12-16 14:42:43 +01:00
Robert Hillis
093202f138 Use enum in roku (#62043) 2021-12-16 14:41:59 +01:00
Robert Hillis
7506b12277 Use enums in risco (#62042) 2021-12-16 14:41:20 +01:00
Robert Hillis
0dc5ae6dca Use enums in ridwell (#62040) 2021-12-16 14:34:51 +01:00
Robert Hillis
d5fe0fcee0 Use enums in rfxtrx (#62039) 2021-12-16 14:34:10 +01:00
Robert Hillis
18ae4a9420 Use enums in repetier (#62038) 2021-12-16 14:33:23 +01:00
Robert Hillis
4983a8f218 Use enums in simplisafe (#62037) 2021-12-16 14:32:03 +01:00
Robert Hillis
9ddf2035d0 Use enums in sht31 (#62036) 2021-12-16 14:28:21 +01:00
Robert Hillis
b6ed3e87e0 Use enums in senses (#62050) 2021-12-16 14:25:12 +01:00
Robert Hillis
65b67d9d91 Use enums in sensehat (#62051) 2021-12-16 14:20:36 +01:00
Robert Hillis
ed8c7afc52 use enums in skybeacon (#62052) 2021-12-16 14:20:00 +01:00
Robert Hillis
25f72e45d7 Use enums in skybell (#62053) 2021-12-16 14:19:23 +01:00
Robert Hillis
1dab28a957 Use enums in uptime (#62032) 2021-12-16 14:13:43 +01:00
Robert Hillis
9e30e0c9bd Use enums in ring (#62041) 2021-12-16 14:12:57 +01:00
Robert Hillis
0cf0104662 Use enums in shelly (#62035) 2021-12-16 14:12:23 +01:00
Simone Chemelli
db6b472e7a Add restore logic to Shelly climate platform (#61632)
* Add restore logic to Shelly climate platform

* Handle missing channel on restore
2021-12-16 14:08:40 +01:00
epenet
7f823f7211 Fix OwnetError preventing onewire initialisation (#61696)
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-16 14:06:38 +01:00
epenet
550004f109 Fix mfi tests (#61904)
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-16 13:59:58 +01:00
Simone Chemelli
105ad861bd Add buttons and deprecate services for Fritz (#61483)
* Add buttons and deprecate services

* Exclude tests

* Log full service name
2021-12-16 13:25:06 +01:00
Simone Chemelli
116759f2a1 Implement DataUpdateCoordinator for Fritz (#60909)
* Implement DataUpdateCoordinator for Fritz

* mypy

* Wrap sync method to async

* Apply review comments + final cleanup

* CoordinatorEntity
2021-12-16 13:24:32 +01:00
Robert Hillis
58942601b4 Use enums in tolo (#62020) 2021-12-16 13:09:35 +01:00
Robert Hillis
09892a5c55 Use enums in totalconnect (#62022) 2021-12-16 13:08:37 +01:00
Robert Hillis
fcda72a337 Use enums in tplink (#62023) 2021-12-16 13:08:04 +01:00
Robert Hillis
357d91fb0e Use enums in tradfri (#62025) 2021-12-16 13:07:33 +01:00
Robert Hillis
db4721bfba Use enums in trafikverket_train (#62026) 2021-12-16 13:07:10 +01:00
Robert Hillis
b4daa88d9e Use enums in trafikverket_weatherstation (#62027) 2021-12-16 13:05:46 +01:00