Orce MARINKOVSKI
b78e22e012
Update MQTT light schema template ( #62759 )
...
* shema template update
* tests to cover the additional template variables
* fix flake8: too many blank lines
* Update schema_template.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-01-10 09:57:56 +01:00
epenet
4f3fa0dbbe
Add setup type hints to gpmdp ( #63787 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 09:51:23 +01:00
chpego
4c8dac9607
Bump py synologydsm api to 1.0.5 ( #63786 )
2022-01-10 09:44:12 +01:00
J. Nick Koston
4dfe6b3355
Cleanups for SenseME switch platform ( #63774 )
2022-01-10 09:38:08 +01:00
epenet
ccdfe0fb01
Add setup type hints to avion ( #63778 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 09:35:23 +01:00
epenet
82f91bcd5f
Adjust migrate_entry in axis ( #63779 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 09:34:22 +01:00
epenet
66809464e4
Add setup type hints to aws ( #63781 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 09:33:04 +01:00
epenet
f984e17d4e
Add setup type hints to emby ( #63784 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 09:31:26 +01:00
RenierM26
18706e6408
Bump PySwitchbot to 0.13.2 ( #63713 )
...
* Bump api
* gen requirements
* Bump api to 0.13.2 to remove print statement.
2022-01-10 07:19:04 +01:00
J. Nick Koston
a8a6e22063
Add DeviceInfo to steamist ( #63773 )
2022-01-09 21:28:59 -08:00
Raman Gupta
7b3e5fdf9d
Fix zwave_js device actions ( #63769 )
2022-01-09 21:28:36 -08:00
J. Nick Koston
b5bb692fe4
Fix august locks failing to lock/unlock ( #63652 )
2022-01-09 21:27:27 -08:00
Franck Nijhof
d0ddf3ce8c
Fix Tuya climate c_f DP not being a string ( #63680 )
2022-01-09 21:26:28 -08:00
Christopher Bailey
d8ba90fb8a
Refactor EntityDescriptions for UniFi Protect ( #63716 )
2022-01-09 18:37:24 -10:00
J. Nick Koston
b658c053ec
Add switch platform to SenseME ( #63719 )
2022-01-09 17:16:19 -10:00
epenet
36dd8ca09a
Enable strict typing in browser ( #63760 )
...
* Add setup type hints to browser
* Add browser to script-typing
2022-01-10 04:02:50 +01:00
Simone Chemelli
9479ef0a34
Fix climate channel for Shelly ( #63756 )
...
* Revert "Improve availability for Shelly Valve"
This reverts commit d8cbd81b456820153522e6d86bbd00c4a4a31129.
* Fix channel for climate
2022-01-10 01:16:13 +01:00
GitHub Action
d99548fc04
[ci skip] Translation update
2022-01-10 00:14:49 +00:00
RogerSelwyn
4ee4d909ec
Bump pyskyqhub to 0.1.4 ( #63734 )
...
* Bump pyskyqhub to 0.1.4
* Bump pyskyqhub to 0.1.4
2022-01-09 23:11:58 +02:00
J. Nick Koston
96aa623d2a
Add discovery support to steamist ( #63707 )
2022-01-09 10:34:50 -10:00
J. Nick Koston
0efdc7fa65
Additional SenseME cleanups ( #63748 )
...
* Additional SenseME cleanups
* drop the super as its no longer needed
* one more
2022-01-09 19:48:54 +01:00
Brandon Rothweiler
8915b73f72
Use SensorEntityDescription in Mazda integration ( #63423 )
...
* Use SensorEntityDescription in Mazda integration
* Change lambdas to functions
* Minor fixes
* Address review comments
2022-01-09 16:46:18 +01:00
Korn
eb50de5baa
Bump WazeRouteCalculator to 0.14 ( #63718 )
2022-01-09 15:29:06 +01:00
Daniel Hjelseth Høyer
0e0ef0aa17
Tibber cost statistics ( #63626 )
...
* Tibber cost statistics
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Tibber cost statistics
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* unit
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* unit
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/tibber/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* break lines
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-01-09 12:20:53 +01:00
starkillerOG
1d24fb7ad9
Fix Netgear used method version ( #63686 )
...
* Netgear fix used method version
* add error message
* fix imports
* fix black
* fix error mess
* rename const
2022-01-09 11:27:42 +01:00
Jonathan Keljo
15f1a850ba
Eliminate redundant code in greeneye_monitor ( #63661 )
2022-01-09 01:24:16 -06:00
Marc Mueller
4d3f70ad05
Use Platform enum ( #63577 )
2022-01-09 07:57:51 +01:00
J. Nick Koston
8e0b124875
Add binary_sensor platform to SenseME ( #63660 )
2022-01-08 19:52:51 -10:00
epenet
665eeb4b27
Explicitely allow Platform enum in discovery helper ( #63571 )
...
* Adjust Platform type hint in discovery helper
* Adjust amcrest
* Adjust comfoconnect
* Adjust ecovacs
* Adjust egardia
* Rename arguments
* Convert Platform enum to string explicitely
* Revert "Adjust egardia"
This reverts commit ff7b0d6100
.
* Revert "Adjust ecovacs"
This reverts commit 2749045e13
.
* Revert "Adjust comfoconnect"
This reverts commit bfff08f7fc
.
* Undo argument name change and conversion to string
* Remove comment
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-09 06:06:56 +01:00
Marc Mueller
89859aad8d
Fix ParamSpec Callable return types ( #63701 )
2022-01-09 06:03:18 +01:00
J. Nick Koston
37285194f8
Bump flux_led to 0.27.44 to fix CCT ceiling lights ( #63712 )
...
- Changelog: https://github.com/Danielhiversen/flux_led/compare/0.27.42...0.27.44
- The library was incorrectly speaking the older protocol
to these devices when it needed to speak the newer CCT one
2022-01-08 22:27:31 -06:00
GitHub Action
a8fee4c2f6
[ci skip] Translation update
2022-01-09 00:15:18 +00:00
Christopher Bailey
dec22aa510
Use MediaPlayerDeviceClass for UniFi Protect media_player ( #63708 )
2022-01-08 14:06:00 -10:00
Christopher Bailey
0232021f5c
Add UniFi Protect camera motion sensors and ThumbnailProxyView ( #63696 )
2022-01-08 13:51:49 -10:00
Franck Nijhof
71208b2ebb
Replace custom Tuya device classes with StrEnum ( #63681 )
2022-01-09 00:44:27 +02:00
Simone Chemelli
e6419fd505
Fritz: small optimization ( #63693 )
...
* Revert "Improve availability for Shelly Valve"
This reverts commit d8cbd81b456820153522e6d86bbd00c4a4a31129.
* Small optimization
2022-01-09 00:39:51 +02:00
Simone Chemelli
e3c793718c
Add button and deprecate service for Fritz cleanup ( #63692 )
...
* Revert "Improve availability for Shelly Valve"
This reverts commit d8cbd81b456820153522e6d86bbd00c4a4a31129.
* Add cleanup button
* Wrong commit
* Add service deprecation warning
2022-01-09 00:38:28 +02:00
Leah Oswald
ec508130d2
Add default mode 'auto' for tradfri starkvind air purifier on turn on ( #63641 )
...
* add default mode 'auto' for tradfri starkvind air purifier on turn on
This commits fixes the behaviour described in #60122 (purifier couldn't be
started via toggle switch). It adds 'auto' as default mode/fallback for
turning on the starkvind air purifier. This is now the same behaviour the
original app provides.
* Refactor code that set 'auto' as default value for tradfri starkvind on
turn on
2022-01-08 21:01:54 +01:00
Marc Mueller
8c51303332
Use Platform enum [mysensors] ( #63687 )
2022-01-08 20:55:24 +01:00
micha91
073a080bb2
Fix the unregistration of Capability based MusicCast Entities ( #63665 )
2022-01-08 12:42:40 -06:00
Jonathan Keljo
a754584284
Move greeneye_monitor constants into their own file ( #63659 )
2022-01-08 12:32:24 -06:00
Simone Chemelli
38244dd245
Fritz cleanup: part2 (triggers for button/service) ( #63564 )
...
* Revert "Improve availability for Shelly Valve"
This reverts commit d8cbd81b456820153522e6d86bbd00c4a4a31129.
* Fritz cleanup: part2 (triggers for button/service)
* Remove commit
* Fix func overlapping
* Apply review comments
* Remove too early warning
* Missing wrapping
2022-01-08 19:23:12 +01:00
Christopher Bailey
8860549ef2
Minor bugfixes for UniFi Protect ( #63475 )
2022-01-08 06:49:55 -10:00
Franck Nijhof
51754f796b
Improve typing of Steamist sensors ( #63674 )
2022-01-08 06:47:57 -10:00
Franck Nijhof
80a4ec82b4
Deprecate Media Player Classic Home Cinema (ADR-0004) ( #63598 )
2022-01-08 13:41:22 +01:00
Raman Gupta
9e4e43cf77
Handle zwave_js metadata/value updates when the unit changes ( #63579 )
...
* Handle zwave_js metadata updates when the unit changes
* Use value updated event instead of metadata updated event so we don't get an invalid state value
* update comments and formatting
* simplify
* Update tests/components/zwave_js/test_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/zwave_js/test_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/zwave_js/test_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* fix tests
* add additional assertions
* Add unit checks and simplify logic
* Add unit assertion
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-01-08 13:23:29 +01:00
Andreas Oberritter
b55b802aeb
Use device registry in aten_pe ( #61906 )
2022-01-08 13:04:53 +01:00
RenierM26
e3848944e8
Switchbot Set initial state for switch ( #63654 )
2022-01-08 12:58:31 +01:00
Daniel Hjelseth Høyer
039507c86a
Update pyTibber to 0.21.7 ( #63663 )
2022-01-08 12:56:33 +01:00
Andreas Oberritter
798eb77110
Bump pysml to 0.0.6 ( #63664 )
2022-01-08 12:54:31 +01:00