Franck Nijhof
58fdcfb6b8
Use device/state class enums in DSMR ( #60791 )
2021-12-01 22:15:17 -05:00
Franck Nijhof
8279873018
Extend entities provided by Tailscale ( #60785 )
2021-12-01 21:47:10 -05:00
avee87
d0da0eef36
Add day/night markers to MetOffice daily forecast ( #58679 )
2021-12-01 21:42:59 -05:00
avee87
d066864158
Use precipitation probability in MetOffice forecasts ( #58677 )
2021-12-01 21:41:28 -05:00
Milan Meulemans
43d8c8fc2d
Use entity category enum in Rituals ( #60809 )
2021-12-01 21:11:05 -05:00
G Johansson
d211dc6e6e
Fix trafikverket_weatherstation ( #60772 )
...
* First commit
* Modify test according to fixes
* Review changes
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-02 00:14:42 +01:00
Joakim Plate
c54ca7941f
Make sure entity inherit disabled device ( #60469 )
2021-12-01 13:59:57 -08:00
Kevin Stillhammer
d1962f6e51
Cleanup here_travel_time tests ( #60529 )
2021-12-01 21:52:44 +01:00
Joakim Sørensen
737dd6fc26
Add tests to hassio binary_sensor platform ( #60609 )
2021-12-01 21:41:31 +01:00
J. Nick Koston
4b8a8dda8d
Fix yeelight discovery ( #60783 )
...
Regressed in #60640
2021-12-01 15:13:59 -05:00
epenet
1fa0351447
Use dataclass properties in tolo discovery ( #60784 )
2021-12-01 20:43:33 +01:00
epenet
7a098cff1c
Use dataclass properties in upnp discovery ( #60744 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 09:23:38 -10:00
epenet
e95914cf60
Use dataclass properties in dlna_dmr discovery ( #60693 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 08:59:12 -10:00
epenet
a3cccb50c7
Use dataclass properties in tesla_wall_connector discovery ( #60741 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 19:39:43 +01:00
epenet
3d5f4e54ea
Use dataclass properties in vicare discovery ( #60746 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 19:39:03 +01:00
epenet
4411d51d6f
Use dataclass properties in deconz discovery ( #60690 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 19:38:20 +01:00
einarhauks
5c4422dc72
Remove power sensor from Tesla Wall Connector ( #60775 )
...
Add voltage and current sensors for each phase
2021-12-01 19:21:56 +01:00
Robert Svensson
8ddfa424c0
Add typing to deCONZ init and config flow ( #59999 )
2021-12-01 18:59:52 +01:00
Aaron Bach
a053c0a106
Bump py17track to 2021.12.1 ( #60762 )
2021-12-01 18:52:33 +01:00
epenet
5c992ec2cc
Remove cleanup_registry from onewire ( #60546 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 18:38:07 +01:00
einarhauks
a6ec646f98
Tesla wall connector config flow refactor continued ( #60774 )
2021-12-01 18:18:42 +01:00
epenet
3eba575fde
Use state class enum for Onewire ( #60770 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 17:42:08 +01:00
epenet
cd9962dfa0
Use device and state class enum for Renault ( #60768 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 17:40:56 +01:00
Milan Meulemans
b154f43657
Use device class enum in Rituals ( #60767 )
2021-12-01 17:34:30 +01:00
epenet
7363033ada
Use device class enum in Onewire ( #60766 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 17:33:26 +01:00
Franck Nijhof
c985bee1dd
Add sensor platform to Tailscale ( #60751 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-01 17:05:44 +01:00
epenet
6caaa5f6bd
Add compatibility tests for MqttServiceInfo ( #60754 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 17:04:49 +01:00
epenet
2fe0382841
Add compatibility tests for UsbServiceInfo ( #60753 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 05:43:31 -10:00
epenet
7f355681a7
Add compatibility tests for DhcpServiceInfo ( #60752 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 05:43:09 -10:00
einarhauks
e7f00c2c4f
Refactor Tesla wall connector config flow ( #60755 )
2021-12-01 16:07:24 +01:00
Marcel van der Veldt
5d0cf4cb95
Fix tests for Hue integration ( #60683 )
...
* fix tests
make sure the migration code is not called in all other tests
* only patch v2 check where needed
2021-12-01 14:53:30 +01:00
Franck Nijhof
6a8c732b37
Add Tailscale integration ( #59764 )
...
* Add Tailscale integration
* Use DeviceEntryType
* Fix tests
* Adjust to new Pylint version
* Use enums for device classes
* Update homeassistant/components/tailscale/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Pass empty string as default
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-01 14:40:38 +01:00
Franck Nijhof
c28b45cd83
Migrate entity categories to StrEnum ( #60720 )
2021-12-01 13:54:36 +01:00
Paulus Schoutsen
72d8882c79
Handle errors response to be None ( #60679 )
...
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-12-01 13:51:10 +01:00
epenet
cbab0ba9c0
Drop base ATTR constants in zeroconf ( #60561 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-01 12:29:41 +01:00
Raman Gupta
eeafa36abc
Add SmartStart provisioning support to zwave_js WS API ( #59037 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-01 11:43:51 +01:00
Joakim Sørensen
bbd179200c
Use device class enum in UptimeRobot ( #60688 )
2021-12-01 10:36:15 +01:00
Franck Nijhof
79ebc1b79a
Use device class enums in TwenteMilieu ( #60686 )
2021-12-01 10:25:26 +01:00
Franck Nijhof
74f7f28f1c
Use device class enums in WLED ( #60684 )
2021-12-01 10:16:44 +01:00
epenet
73a4dba2ae
Use dataclass properties in yeelight discovery ( #60640 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 22:28:19 -10:00
Kevin Worrel
8240b8c72e
Update screenlogic use asyncio API ( #60466 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-11-30 22:19:01 -10:00
Teemu R
908b7ca9c2
Bump xiaomi_miio dependency ( #60650 )
2021-12-01 08:08:59 +01:00
Franck Nijhof
9715601255
Add button device classes to NAM ( #60621 )
2021-12-01 07:08:17 +01:00
G Johansson
51ebfade52
Fix ADR 0003 issues in trafikverket_weatherstation ( #60664 )
...
* Fix ADR 0003 issues
* Remove commented code
2021-11-30 22:54:10 +01:00
epenet
8954609f6b
Use dataclass properties in axis discovery ( #60558 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 10:15:34 -10:00
G Johansson
11b81ef88b
Config flow for trafikverket_weatherstation ( #60078 )
...
* First commit
* Added tests
* Add requirements for test
* Correction requirements tests
* Add init to untested files
* Fix review comments
* Resolve last items from review
* Add sync_abort_entries_match in import flow
2021-11-30 19:53:41 +01:00
Marcel van der Veldt
19b4cc7119
Hue handle device update ( #60612 )
2021-11-30 10:14:51 -08:00
epenet
be89c07cac
Use dataclass properties in nanoleaf discovery ( #60580 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 06:05:50 -10:00
Tim Rightnour
8a9f197918
Binary sensor platform for the Balboa Spa ( #60409 )
2021-11-30 06:04:24 -10:00
epenet
d75785d701
Use dataclass properties in hue discovery ( #60598 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-30 16:36:35 +01:00