Commit graph

50755 commits

Author SHA1 Message Date
J. Nick Koston
4bc5d7bfed
Speed up zha tests () 2022-06-17 11:41:10 -05:00
Steven Looman
bf15df75dd
Ignore fake upnp/IGD devices when upnp is discovered () 2022-06-17 11:26:45 -05:00
Steven Looman
2be54de448
Don't verify ssl certificates for ssdp/upnp devices () 2022-06-17 11:26:25 -05:00
Erik Montnemery
baa810aabb
Improve warnings for datetime and date sensors with invalid states () 2022-06-17 12:17:13 +02:00
Erik Montnemery
66feac2257
Finish migrating zha NumberEntity to native_value () 2022-06-17 12:15:59 +02:00
Erik Montnemery
2107966fa8
Finish migrating sleepiq NumberEntity to native_value () 2022-06-17 12:14:35 +02:00
Erik Montnemery
d90f029772
Finish migrating demo NumberEntity to native_value () 2022-06-17 12:14:11 +02:00
epenet
e0b362ef3b
Fix zha log message () 2022-06-17 12:13:16 +02:00
Pascal Vizeli
546d342604
Update wheels builder to 2022.06.5 () 2022-06-17 11:44:56 +02:00
Pascal Vizeli
01ccf721e7
Update wheels builder to 2022.06.4 () 2022-06-17 10:09:41 +02:00
Allen Porter
ea21a36e52
Remove default use of google calendars yaml file in tests ()
Remove default use of
 google_calendars.yaml in tests
2022-06-17 09:04:41 +02:00
Michael
e30478457b
Fix voltage and current values for Fritz!DECT smart plugs ()
fix voltage and current values
2022-06-17 07:40:02 +02:00
Dave T
cdd5a5f68b
Generic ipcam configflow2 followup ()
* Address code review comments

* Add type hints

* Remvoe unused strings

* Remove persistent notification setup

* Patch async_configre

* Fix pylint warning

* Address review comments

* Clean types

* Code review: defer local var assignment

Co-authored-by: Dave T <davet2001@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-17 07:07:21 +02:00
uvjustin
f276523ef3
Ignore in progress segment when adding stream recorder lookback () 2022-06-17 11:07:08 +10:00
GitHub Action
d43178db06 [ci skip] Translation update 2022-06-17 00:20:34 +00:00
Pascal Vizeli
1c6337d548
Update wheels builder to 2022.06.3 () 2022-06-16 22:47:02 +02:00
Pascal Vizeli
ea71630768
Musllinux legacy resolver & cargo git () 2022-06-16 22:19:47 +02:00
epenet
187d56b88b
Add ability to run plugin on unannotated functions ()
* Add ability to run plugin on unannotated functions

* Use options

* Adjust help text

* Add test for the option
2022-06-16 20:12:30 +02:00
uvjustin
01a4a83bab
Improve stream playback on high latency cameras ()
* Disable LL-HLS for HLS sources
* Add extra wait for Nest cameras
2022-06-17 01:48:52 +10:00
Pascal Vizeli
9687aab802
Add yaml-dev core wheel apk () 2022-06-16 17:17:30 +02:00
Pascal Vizeli
63ff3f87dc
Fix wheel pipeline () 2022-06-16 17:00:36 +02:00
Pascal Vizeli
f7945cdc64
Add build musllinux wheel ()
* Add build musllinux wheel

* cleanup
2022-06-16 16:43:09 +02:00
Erik Montnemery
3e1a4d86a3
Fix modification of mutable global in xiaomi_miio number () 2022-06-16 16:35:00 +02:00
Erik Montnemery
e2327622c3
Migrate SNMP sensor to TemplateEntity () 2022-06-16 15:02:50 +02:00
Martin Hjelmare
8049170e5a
Initialize hass.config_entries for check config () 2022-06-16 14:40:41 +02:00
Erik Montnemery
ddca199961
Migrate tuya NumberEntity to native_value () 2022-06-16 13:49:16 +02:00
Erik Montnemery
dea8041461
Add device_class to MQTT number and migrate to native_value () 2022-06-16 13:34:54 +02:00
epenet
67b0354632
Adjust FlowResult construction in data entry flow () 2022-06-16 12:57:41 +02:00
Maciej Bieniek
c2b484e38b
Use IP address instead of hostname in Brother integration () 2022-06-16 11:43:36 +02:00
epenet
7731cfd978
Add lock typing in freedompro () 2022-06-16 10:40:55 +02:00
epenet
521d52a8b9
Add lock typing in nuki () 2022-06-16 10:20:34 +02:00
epenet
2b5748912d
Add lock typing in starline () 2022-06-16 10:20:08 +02:00
epenet
6374fd0992
Add lock typing in volvooncall () 2022-06-16 10:19:44 +02:00
muppet3000
7a7729678e
Bump growattServer to 1.2.2 ()
Fix  - Updating growattServer dependency
2022-06-16 10:15:19 +02:00
Erik Montnemery
2d07cda4e7
Improve number deprecation warnings () 2022-06-16 09:05:13 +02:00
J. Nick Koston
af81ec1f5f
Handle offline generators in oncue ()
Fixes 
2022-06-16 07:51:55 +02:00
Corbeno
90dba36f80
Proxmoxve code cleanup ()
code cleanup
2022-06-16 07:35:58 +02:00
jjlawren
90e402eca5
Allow removing Sonos devices () 2022-06-15 19:21:39 -10:00
GitHub Action
b4359c7721 [ci skip] Translation update 2022-06-16 00:22:45 +00:00
Erik Montnemery
0ace5af914
Correct migration of unifiprotect number () 2022-06-15 11:07:18 -10:00
Erik Montnemery
7a82794ad7
Migrate template NumberEntity to native_value () 2022-06-15 17:06:44 +02:00
Allen Porter
b014d558ff
Add application credentials platform for nest and deprecate yaml for SDM API ()
* Update the nest integration to be useable fully from the config flow

* Support discovery in nest config flow

* Remove configuration entries

* Remove unused import

* Remove dead code

* Update homeassistant/components/nest/strings.json

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

* Remove commented out code

* Use config flow for app auth reauthentication path

* Improves for re-auth for upgrading existing project and creds

* More dead code removal

* Apply suggestions from code review

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

* Remove outdated code

* Update homeassistant/components/nest/config_flow.py

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

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-15 07:15:53 -07:00
epenet
f8f1bfde21
Add lock typing in components ()
* Add lock typing in components

* Revert freedompro amends
2022-06-15 15:23:36 +02:00
Erik Montnemery
8c0ae545c9
Migrate knx NumberEntity to native_value () 2022-06-15 14:39:56 +02:00
Franck Nijhof
8007effd4f
Update pyupgrade to v2.34.0 () 2022-06-15 13:32:39 +02:00
Thibaut
658ce9d4f2
Remove Somfy integration ()
* Remove somfy

* Remove somfy
2022-06-15 12:18:15 +02:00
Franck Nijhof
05d7d31dfd
Improve Elgato error handling () 2022-06-15 12:12:07 +02:00
Erik Montnemery
e05e79e53d
Migrate NumberEntity r-t to native_value () 2022-06-15 10:56:41 +02:00
Erik Montnemery
4ace2c4d3a
Migrate overkiz NumberEntity to native_value () 2022-06-15 10:49:40 +02:00
epenet
94a8fe0052
Remove xiaomi_aqara from mypy ignore list () 2022-06-15 10:45:47 +02:00