Commit Graph

46173 Commits

Author SHA1 Message Date
Klaas Schoute
6c2d6fde66 Add Pure Energie integration (#66846) 2022-02-19 17:53:25 +01:00
Shay Levy
5359050afc Add Shelly gen2 error sensors (#66825) 2022-02-19 18:51:01 +02:00
J. Nick Koston
8f0b6eac41 Fix yeelight config flow ip update and timeout (#66883) 2022-02-19 17:24:50 +01:00
Marc Mueller
45d8d04c40 Use assignment expressions [other] (#66882) 2022-02-19 17:22:51 +01:00
Marc Mueller
4f20a8023b Use assignment expressions [A-I] (#66880) 2022-02-19 17:21:26 +01:00
Marc Mueller
6e49b0e122 Use assignment expressions [K-Z] (#66881) 2022-02-19 17:19:46 +01:00
jan iversen
d76687d672 Add support for INT8 and UINT8 in Modbus (#66889) 2022-02-19 17:17:29 +01:00
Marc Mueller
596644d715 Fix typo [recorder] (#66879) 2022-02-19 16:04:20 +01:00
J. Nick Koston
a18d4c51ff Ensure dhcp can still discover new devices from device trackers (#66822)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-19 09:01:34 -06:00
Marc Mueller
c46728c2b2 Fix modbus typing (#66872) 2022-02-19 15:48:05 +01:00
Marc Mueller
3770f4da5c Fix braviatv typing (#66871) 2022-02-19 15:46:22 +01:00
Anil Daoud
6cd3b45b74 Kaiterra type issue (#66867) 2022-02-19 15:44:18 +01:00
Greg Sheremeta
bcec4a5827 typo fix networrk --> network (#66878) 2022-02-19 15:30:07 +01:00
Marc Mueller
728dfa2581 Don't run pytest CI jobs on push to forks (#66870) 2022-02-19 15:18:40 +01:00
Joakim Sørensen
8e39ba387d Add missing hass argument in async_request_config call (#66864) 2022-02-19 13:22:00 +02:00
Simon Hansen
52ca1a3d47 Code enhancements for ISS (#66813)
* Code enhancements for ISS

* Assert options
2022-02-19 11:38:10 +01:00
Raman Gupta
4ff1f5c788 Create zwave_js ping button at the right time (#66848)
* Create zwave_js ping button at the right time

* fix tests
2022-02-19 11:16:14 +01:00
GitHub Action
fd24d9b1ad [ci skip] Translation update 2022-02-19 00:19:24 +00:00
Paulus Schoutsen
1bbc1f5f55 Validate in split_entity_id (#66835) 2022-02-18 16:11:17 -08:00
J. Nick Koston
3bf2be1765 Startup with an emergency self signed cert if the ssl certificate cannot be loaded (#66707) 2022-02-18 16:08:26 -08:00
Paulus Schoutsen
0269ad4738 Bump hass-nabucasa to 0.53.1 (#66845) 2022-02-18 16:04:54 -08:00
Keilin Bickar
aa00bd9b96 Add SleepIQ device type (#66833)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-02-18 17:42:35 -06:00
Marc Mueller
1ad023a63f Add type ignore error codes [auth] (#66774) 2022-02-18 23:29:56 +01:00
Erik Montnemery
ec67dcb620 Add support for validating and serializing selectors (#66565)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-02-18 14:24:08 -08:00
bvweerd
2ca6ec0290 Fix eq3btsmart setting HVAC modes (#66394)
* Partly reverse preset incompatibility

It seems like some presets are unsupported by the native climate control of Home Assistant core. This change reverts the previous preset changes causing issues. It worked perfect with simple-thermostat custom lovelace card.

* Remove priority of preset above HVAC mode 

If a preset was available of the given command, the hvac mode change was ignored. This can result in HVAC settings are ignored. By removing the check for a preset, the preset does not supersede the HVAC mode anymore

* Revert "Partly reverse preset incompatibility"

This reverts commit 10fdc8eef457c369a042c631376ed33f29d0d8bf.
2022-02-18 23:19:18 +01:00
jjlawren
3bfc6cc756 Bump SoCo to 0.26.3 (#66834) 2022-02-18 15:55:55 -06:00
epenet
3aa18ea5d8 Add installed apps to samsungtv sources (#66752)
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-02-18 13:33:49 -08:00
jjlawren
cfd908218d Initialize AlarmDecoder binary_sensor state as off instead of unknown (#65926) 2022-02-18 13:32:04 -08:00
G Johansson
abc73ff2e1 Improve code quality workday (#66446)
* Code quality workday

* Modify from review

* Modify from review 2

* Fix mypy
2022-02-18 23:04:19 +02:00
Franck Nijhof
fa8238bc04 Downgrade log warning->info for unregistered webhook message (#66830) 2022-02-18 12:43:25 -08:00
Mathew Verdouw
48e3f9584b Add broadlink lb2 support (#63530)
* Update const.py

* Update to support LB2 version smart bulbs in Broadlink integration

* Update const.py

Added Space.

* Update updater.py

Updated so that LB2 lights use the LB1 update manager.
2022-02-18 21:39:29 +01:00
Paulus Schoutsen
d3bb622a3c Bump hass-nabucasa to 0.53.0 (#66826) 2022-02-18 11:53:02 -08:00
Paulus Schoutsen
90d6172fd0 Bump aiohue to 4.2.1 (#66823) 2022-02-18 11:40:56 -08:00
Jeef
92834cfd7a Dependency Bump on Intellifire Lib (#66814) 2022-02-18 21:12:40 +02:00
Keilin Bickar
a367d2be40 Modernize Sleepiq and add new entities (#66336)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-02-18 12:50:44 -06:00
Kevin Stillhammer
beb30a1ff1 Add google_travel_time sensor tests (#66568)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-02-18 10:21:28 -08:00
Jonathan Keljo
011c645ee2 Silence sisyphus chatty logging from dependencies (#66711) 2022-02-18 10:03:03 -08:00
Jeef
2d2101528c Intellifire Diagnostic Sensors (#66597) 2022-02-18 18:31:23 +01:00
Marc Mueller
30e2411761 Add type ignore error codes [last ones] (#66816) 2022-02-18 18:15:57 +01:00
Erik Montnemery
fcf774ecfc Small cleanup of MQTT mixins (#66812) 2022-02-18 16:51:14 +01:00
Erik Montnemery
faf854190d Add support for removing Google Cast devices (#66808) 2022-02-18 16:25:28 +01:00
Erik Montnemery
f1648960f5 Improve cleanup of Google Cast entities (#66801) 2022-02-18 15:05:14 +01:00
Sascha Sander
9389d1e561 Correct current temperature for tuya thermostats (#66715)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-02-18 15:00:49 +01:00
Martin Hjelmare
56d45c49e9 Clean webostv notify (#66803)
* Replace conf with attr

* Test notify service without data parameter

* Clean kwargs access

* Replace icon constant

* Use data from notify
2022-02-18 15:03:05 +02:00
Erik Montnemery
ba6d1976df Improve MQTT device removal (#66766)
* Improve MQTT device removal

* Update homeassistant/components/mqtt/mixins.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Adjust tests

* Improve test coverage

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-18 13:45:25 +01:00
Marc Mueller
cb1efa54bb Add workflow_dispatch ci trigger (#66697) 2022-02-18 11:54:44 +01:00
Erik Montnemery
2abcd7cd94 Correct state restoring for MQTT temperature sensors (#66741)
* Correct state restoring for MQTT temperature sensors

* Adjust test

* Adjust test
2022-02-18 11:35:44 +01:00
Marc Mueller
bfb1abd3a2 Add type ignore error codes [helpers] (#66776) 2022-02-18 11:31:37 +01:00
Marc Mueller
0188e8b319 Add type ignore error codes [util] (#66777) 2022-02-18 11:30:59 +01:00
Joakim Sørensen
0ac9376ee4 Add list to async_delay_save typing (#66795) 2022-02-18 11:07:14 +01:00