Martin Hjelmare
30cba6ee8b
Add zwave_js select entity category ( #59157 )
...
* Set zwave_js select entity as category config
* Update tests
2021-11-05 10:31:51 -04:00
Marvin Wichmann
6a0c1a78aa
Address venstar review comments ( #59151 )
...
* Address venstar review comments
* Apply review suggestions
* Address review suggestions
2021-11-05 10:31:32 -04:00
Martin Hjelmare
c0801c1233
Type vlc_telnet strictly ( #59154 )
2021-11-05 14:42:08 +01:00
Guido Schmitz
442d65e8da
Use entity category in devolo Home Control ( #59104 )
...
* Use entity category
* Add tests
2021-11-05 13:11:48 +01:00
Joakim Sørensen
d709fcdd30
Bump pyhaversion from 21.10.0 to 21.11.1 ( #59147 )
2021-11-05 12:03:00 +01:00
Tim Rightnour
5ac55b3443
Add binary_sensor to venstar to track alerts ( #58831 )
...
* Add binary_sensor to venstar to track alerts
* Add binary_sensor.py to coveragerc
* Apply suggestions from code review by alengwenus
Co-authored-by: Andre Lengwenus <alengwenus@gmail.com>
* Fixup black any mypy complaints
* Yank the typing, it makes everything complain
Co-authored-by: Andre Lengwenus <alengwenus@gmail.com>
2021-11-05 12:00:57 +01:00
J. Nick Koston
8b25bd0cea
Bump zeroconf to 0.36.12 ( #59133 )
...
- Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.36.11...0.36.12
Bugfix: Prevent service lookups from deadlocking if time abruptly moves backwards
2021-11-05 11:22:59 +01:00
Erik Montnemery
470b01e4ce
Move async_migration_in_progress ( #59087 )
2021-11-05 10:40:56 +01:00
epenet
8cc2f3b7a4
Use zeroconf attributes in enphase-envoy ( #58961 )
2021-11-05 00:34:10 -05:00
Erik Montnemery
dc1edc98fc
Remove unused KeywordStyleAdapter ( #59091 )
2021-11-04 20:12:21 -07:00
Glenn Waters
ca00551e4f
Environment Canada config_flow fix ( #59029 )
2021-11-04 20:11:22 -07:00
J. Nick Koston
e57c60bb2f
Bump flux_led to 0.24.14 ( #59121 )
2021-11-04 20:10:47 -07:00
GitHub Action
c8d8513a1a
[ci skip] Translation update
2021-11-05 00:13:45 +00:00
Allen Porter
fa4e890696
Revamp nest authentication config flows and remove need for redirect urls ( #59033 )
...
* Add support for Installed Auth authentication flows.
Add support for additional credential types to make configuration simpler for
end users. The existing Web App auth flow requires users to configure
redirect urls with Google that has a very high security bar: requires ssl,
and a publicly resolvable dns name.
The new Installed App flow requires the user to copy/paste an access code
and is the same flow used by the `google` calendar integration. This also
allows us to let users create one authentication credential to use with
multiple google integrations.
* Remove hard migration for nest config entries, using soft migration
* Add comment explaining soft migration
* Revet changes to common.py made obsolete by removing migration
* Reduce unnecessary diffs in nest common.py
* Update config entries using library method
* Run `python3 -m script.translations develop`
* Revert nest auth domain
* Remove compat function which is no longer needed
* Remove stale nest comment
* Adjust typing for python3.8
* Address PR feedback for nest auth revamp
2021-11-04 15:56:16 -07:00
Nathan Spencer
ea4009fd81
Use entity_category in litterrobot ( #59074 )
2021-11-04 22:34:54 +01:00
Franck Nijhof
38b61f3ff9
Upgrade mitemp_bt to 0.0.5 ( #59054 )
...
* Upgrade mitemp_bt to 0.0.4
* Upgrade mitemp_bt to 0.0.5
2021-11-04 20:22:11 +01:00
Erik Montnemery
a62bc6b3b9
Minor tweak of cv.deprecated + cv.removed ( #59095 )
...
* Minor tweak of cv.deprecated + cv.removed
* Satisfy pylint
2021-11-04 19:12:21 +01:00
Erik Montnemery
491e62792b
Correct rescheduling of ExternalStatisticsTask ( #59076 )
2021-11-04 18:35:43 +01:00
Jan Bouwhuis
c3fc19915e
Mqtt fan fail deprecated options for classic speeds ( #58992 )
...
* Fail deprecated options
* new removed validator
* correct module_name - add tests
* Add test cant find module cv.removed
* module name from stack+1
* Remove error from log. Just throw.
* assert on thrown exception text
* cleanup formatting remove KeyStyleAdapter
* format the replacement_key and update test
* deprecated vs removed - add raise_if_present opt
* doc string update
* is deprecated
2021-11-04 17:54:27 +01:00
Kevin Hellemun
7945facf1e
Fix mop attribute for unified mop and water box in Xiaomi Miio ( #58990 )
...
Co-authored-by: Teemu R. <tpr@iki.fi>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 17:00:25 +01:00
Franck Nijhof
d126d88977
Add Button entity component platform ( #57642 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 16:50:43 +01:00
Erik Montnemery
4c5aca93df
Add recorder status WS API ( #58989 )
...
* Add recorder status WS API
* Rename recorder/status to recorder/info
* Silence pylint
* Improve tests
* Address review comments
* Tweak
* Try to fix tests
* Try to debug flaky tests
* Try to fix tests
* Revert changes to async_migration_in_progress
* Try to fix tests
* Remove debug prints
* Apply suggestions from code review
2021-11-04 16:46:45 +01:00
Erik Montnemery
be4e9f91b6
Change minimum supported SQLite version to 3.31.0 ( #59073 )
2021-11-04 16:34:35 +01:00
Guido Schmitz
620db191b1
Use entity category and state class in devolo Home Network ( #59071 )
...
* Use entity category and state class
* Add tests
2021-11-04 16:17:20 +01:00
J. Nick Koston
10d6247fee
Bump to aiohttp 3.8.0 ( #58974 )
2021-11-04 10:07:50 -05:00
Franck Nijhof
23cb396aad
Upgrade restrictedpython to 5.2a1.dev0 ( #59049 )
2021-11-04 14:52:57 +01:00
Maikel Punie
a852b6df66
Add typing info to velbus (part 1) ( #59041 )
...
* Add typing info to velbus (part 1)
* Fix pylint
* Update homeassistant/components/velbus/cover.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/velbus/cover.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/velbus/cover.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/velbus/cover.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/velbus/cover.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/velbus/cover.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 14:37:44 +01:00
ollo69
ea6504dfa2
Fix Nut resources option migration ( #59020 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 14:26:17 +01:00
Teemu R
f578eee81d
Remove use_time sensor from mjjsq humidifers ( #59066 )
2021-11-04 14:25:07 +01:00
Maikel Punie
22248f891d
Refactor velbus light code to make it more clear and readable ( #58483 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-11-04 14:22:58 +01:00
Teemu R
ea657e6656
Accept all roborock vacuum models for xiaomi_miio ( #59018 )
2021-11-04 14:14:31 +01:00
Maikel Punie
23a0f0b777
Bump velbus-aio to 2021.11.0 ( #59040 )
2021-11-04 12:27:41 +01:00
Thomas G
74beebc031
Swap sharkiq vacuum is_docked with is_charging ( #58975 )
2021-11-04 11:21:59 +01:00
Franck Nijhof
32784d1b83
Constrain urllib3 to >=1.26.5 ( #59043 )
2021-11-04 11:21:30 +01:00
Franck Nijhof
50a1e908c4
Increase time to authorize OctoPrint ( #59051 )
2021-11-04 11:06:17 +01:00
Erik Montnemery
2f3dea30e2
Correct migration to recorder schema 22 ( #59048 )
2021-11-04 10:29:10 +01:00
hesselonline
4345432d14
Add state class to wallbox component ( #58801 )
2021-11-04 09:58:58 +01:00
Eugenio Panadero
a64cec6da1
Bump aiopvpc to 2.2.1 ( #59008 )
...
happening because some config change in the ESIOS API server,
solved with a version patch in aiopvpc
(details in https://github.com/azogue/aiopvpc/pull/28 )
2021-11-04 05:32:16 +01:00
Dave T
6419950283
Aurora abb improvements ( #58504 )
...
* Add type hints.
* Refactor AuroraDevice to AuroraDeviceEntity
* Refactor AuroraDevice to AuroraDeviceEntity
* Connection class is defined in manifest.
* Separate words with underscore in variable names
* Remove duplicated code.
* Remove unused "unknown" string
* Test import yaml when integration already setup
* Remove test already done in config_flow test
* Convert variable names to snake case
* Shorten AuroraDeviceEntity to AuroraEntity
* Add typing
* Remove unnecessary integration setup in test.
* Refactor "already_setup" to "already_configured"
* Use common string
* Reduce the amount of code in the try block.
* Fix merge
* Allow yaml setup to be deferred if no comms
* Properly setup all sensors for defered yaml setup.
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add type hints.
* Refactor AuroraDevice to AuroraDeviceEntity
* Refactor AuroraDevice to AuroraDeviceEntity
* Connection class is defined in manifest.
* Separate words with underscore in variable names
* Remove duplicated code.
* Remove unused "unknown" string
* Test import yaml when integration already setup
* Remove test already done in config_flow test
* Convert variable names to snake case
* Shorten AuroraDeviceEntity to AuroraEntity
* Add typing
* Remove unnecessary integration setup in test.
* Refactor "already_setup" to "already_configured"
* Use common string
* Reduce the amount of code in the try block.
* Allow yaml setup to be deferred if no comms
* Properly setup all sensors for defered yaml setup.
* Code review: move line out of try block.
* Improve test coverage
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 04:38:47 +01:00
GitHub Action
c9c95165e4
[ci skip] Translation update
2021-11-04 00:12:21 +00:00
Teemu R
96c03aec06
Fix timedelta-based sensors for xiaomi_miio ( #58995 )
2021-11-03 17:28:11 +01:00
Sergio Gutierrez Alvarez
1af621ef13
Fix battery_is_charging sensor on system bridge ( #58980 )
2021-11-03 12:28:04 +01:00
Bram Kragten
a7d958ae8a
Update frontend to 20211103.0 ( #58988 )
2021-11-03 11:51:17 +01:00
kodsnutten
1548877e36
Fix unique_id of derived sent-sensors ( #58298 )
2021-11-03 10:21:54 +01:00
Hans Oischinger
a4fc808e49
Fix broken ViCare burner & compressor sensors ( #58962 )
2021-11-03 08:45:22 +01:00
Dermot Duffy
8fda2e0a1d
Address late review of motionEye media browser ( #58925 )
...
* Media-content type fixes post-codereview.
* More f-string.
* Use the 'video' media class not 'movie'.
2021-11-03 06:37:52 +01:00
Robert Hillis
16371e6579
Add missing ZMW currency ( #58959 )
2021-11-02 20:21:56 -07:00
Dave T
51be7d53d6
Aurora abb defer unique_id assignment during yaml import ( #58887 )
...
* Defer unique_id assignment during yaml import if dark
* Back out variable name change to simplify.
* Allow config flow yaml setup deferral.
* Fix deferred yaml import
* Code review: only wrap necessary lines in try blk
* Code review: catch possible duplicate unique_id
* Simplify assignment.
* Code review: use timedelta to retry yaml import
* Code review: if a different error occurs, raise it
* Remove current config entry if duplicate unique_id
* Code review: remove unnecessary line.
* Code review: revert change, leave to other PR.
* Code review: remove unnecessary patch & min->sec
* Remove unnecessary else after raise.
* Increase test coverage.
* Check the number of config entries at each stage
* Raise ConfigEntryNotReady when connection fails.
* Log & return false for error on yaml import
2021-11-03 01:30:29 +01:00
GitHub Action
2f4b7fe809
[ci skip] Translation update
2021-11-03 00:11:55 +00:00
Franck Nijhof
ab20bf4e9a
Add support for IoT Switches (tdq) in Tuya ( #58952 )
2021-11-02 11:27:46 -07:00
Ernst Klamer
5315d7eb0a
Add device configuration URL to Solar-Log ( #58954 )
2021-11-02 11:27:19 -07:00
Franck Nijhof
d1bb580dc3
Extend Tuya Dimmer (tgq) support ( #58951 )
2021-11-02 11:10:42 -07:00
Peter A. Bigot
4a2fb0e7ab
Fix color temp selection when brightness changed in Tuya light ( #58341 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-11-02 18:48:29 +01:00
epenet
e983370c27
Use zeroconf attributes (A-D) ( #58835 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-02 12:27:06 -05:00
David Langerman | Onyx Zero Software
26055e1f14
Add support for TP-Link KL400L5 ( #58944 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-11-02 12:23:30 -05:00
Jan Bouwhuis
0c4863198e
Add command_template to MQTT number platform ( #58949 )
2021-11-02 18:21:49 +01:00
Franck Nijhof
2df52a3bf6
Fix incorrect entity category in Advantage Air ( #58754 )
2021-11-02 10:21:08 -07:00
Chris Browet
2df1ba2346
Add device_class to MQTT switch ( #58931 )
2021-11-02 17:40:05 +01:00
Jan Bouwhuis
339117aceb
Add command_template to mqtt select platform ( #58934 )
2021-11-02 17:33:23 +01:00
Marius
9307cbf861
Add home/not_home icons to Asuswrt trackers ( #58883 )
...
* add home/not_home icons to Asuswrt trackers
like the Nmap trackers have their icons set in 2df13d0118/homeassistant/components/nmap_tracker/device_tracker.py (L186)
* white space
2021-11-02 17:29:28 +01:00
Erik Montnemery
8d910c5079
Revert "Add offset support to time trigger" ( #58947 )
2021-11-02 16:56:38 +01:00
uvjustin
f73c734fb6
Add libav.mpegts to logging filter ( #58937 )
2021-11-02 06:32:02 -07:00
Dermot Duffy
4746ff3798
Address late review of motionEye services ( #58924 )
2021-11-02 13:33:08 +01:00
hesselonline
bfb0d8dd19
Split wallbox sensor type and number type ( #58807 )
2021-11-02 11:11:46 +01:00
Kevin Hellemun
9d7786f887
Add ROCKROBO_S6_PURE to supported vacuums for xiaomi_miio ( #58901 )
2021-11-02 09:54:28 +01:00
Maciej Bieniek
c14dcdb077
Add `configuration_url` to Airly integration ( #58911 )
2021-11-02 09:39:23 +01:00
Tom Harris
8dcaae69e1
Bump pyinsteon to 1.0.13 ( #58908 )
2021-11-02 09:31:30 +01:00
GitHub Action
0a94badb72
[ci skip] Translation update
2021-11-02 00:12:41 +00:00
J. Nick Koston
1cd9be7538
Fix recursive limit in find_next_time_expression_time ( #58914 )
...
* Fix recursive limit in find_next_time_expression_time
* Add test case
* Update test_event.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-11-02 00:11:17 +01:00
carstenschroeder
63c9cfdbc8
Add type annotations for MET ( #58804 )
...
* Add Typing
* Add missing types
* define w/o Null
* specify # type: ignore
2021-11-01 19:37:03 +01:00
emufan
388cdf4e94
Add classes for new Homematic devicetypes/devices (HmIP-SMI, HmIP-DRSI1) ( #57521 )
...
* Update const.py
Add new classes according to pyhomatic 0.1.75
* Update binary_sensor.py
2021-11-01 19:13:30 +01:00
Erik Montnemery
34e5596375
Use async_track_utc_time_change to schedule short term statistics ( #58903 )
2021-11-01 10:49:54 -07:00
Otto Winter
a9c0f89c09
Fix find_next_time_expression_time ( #58894 )
...
* Better tests
* Fix find_next_time_expression_time
* Add tests for Nov 7th 2021, Chicago transtion
* Update event tests
* Update test_event.py
* small performance improvement
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-11-01 17:45:13 +01:00
Maciej Bieniek
43ccf1d967
Handle `None` values in Xiaomi Miio integration ( #58880 )
...
* Initial commit
* Improve _handle_coordinator_update()
* Fix entity_description define
* Improve sensor & binary_sensor platforms
* Log None value
* Use coordinator variable
* Improve log strings
* Filter attributes with None values
* Add hasattr condition
* Update homeassistant/components/xiaomi_miio/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-01 17:40:15 +01:00
purcell-lab
f7b63e9fd7
Fix renamed solaredge sensor keys ( #58875 )
2021-11-01 15:37:48 +01:00
Marvin Wichmann
108962b134
Update xknx to 0.18.12 ( #58891 )
2021-11-01 15:36:30 +01:00
ollo69
20a443ad6c
Use entity_registry async_get for AsusWrt ( #58885 )
2021-11-01 15:18:01 +01:00
carstenschroeder
0e19278309
Add type annotations to OpenWeatherMap ( #58802 )
2021-11-01 14:28:30 +01:00
Jonathan Keljo
d125dc7dbf
Use _attr_ shorthand in greeneye_monitor sensors ( #58784 )
2021-11-01 14:25:02 +01:00
Kevin Hellemun
51873573d3
Add ROCKROBO_S4_MAX to supported xiaomi vacuums ( #58826 )
2021-11-01 13:29:00 +01:00
Marc Hörsken
1aa34b6892
Fix OpenWeatherMap options not being initialized the first time ( #58736 )
2021-11-01 13:27:58 +01:00
Felipe Martins Diel
93bc88be16
Simplify requests in the Broadlink integration ( #58850 )
2021-11-01 12:49:00 +01:00
Joakim Sørensen
f0bd6acd48
Set internal quality_scale for the hassio integration ( #58881 )
2021-11-01 12:33:41 +01:00
Aaron Bach
0cc4b7219f
Perform some SimpliSafe code cleanup ( #58867 )
2021-11-01 09:04:00 +01:00
Aaron Bach
d024c5e698
Perform some Tile code cleanup ( #58868 )
2021-11-01 09:03:54 +01:00
Aaron Bach
5836a39f14
Perform some WattTime code cleanup ( #58869 )
2021-11-01 09:03:48 +01:00
Aaron Bach
39054d656b
Perform some AirVisual code cleanup ( #58858 )
2021-11-01 09:03:37 +01:00
Franck Nijhof
f3d5768fb4
Move WLED sensors to entity descriptions ( #58839 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-11-01 08:54:05 +01:00
Franck Nijhof
ce2e3438ca
Use attr and entity descriptions for Twente Milieu sensors ( #58871 )
2021-11-01 08:53:27 +01:00
Tim Rightnour
0baa6b1827
Add device_class for GEM power and voltage sensors ( #58764 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-01 08:39:27 +01:00
Franck Nijhof
a02055441a
Migrate attribution attribute for Zestimate ( #58854 )
2021-10-31 20:43:42 -07:00
uvjustin
9aaa92f366
Improve part metadata in stream ( #58822 )
2021-10-31 20:23:01 -07:00
Maciej Bieniek
7126c9b0de
Add `configuration_url` to GIOS integration ( #58840 )
2021-10-31 20:22:13 -07:00
Paulus Schoutsen
a122cbab61
Mobile app to update entity registry on re-register sensors ( #58378 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-10-31 20:21:46 -07:00
GitHub Action
4e419d8c6f
[ci skip] Translation update
2021-11-01 00:13:04 +00:00
Kevin Hellemun
a3332410dc
Add ROCKROBO_E2 to supported vacuums for xiaomi_miio ( #58817 )
...
e1adea55f3/miio/vacuum.py (L129)
2021-11-01 00:29:57 +01:00
Felipe Martins Diel
3f61ff4f96
Make general code quality improvements in the Broadlink integration ( #58848 )
...
* Create DEVICE_TYPES constant
* Rename _auth_fetch_firmware() to _get_firmware_version()
* Rename dev_type to device_type
* Use SOURCE_REAUTH from config_entries namespace
* Fix unidiomatic imports
2021-11-01 00:01:11 +01:00
Tim Rightnour
adfebaf510
Address late review of venstar ( #58813 )
...
* Additional fixes from PR #58601
* Suggested fix to reduce attribute access
2021-10-31 23:25:19 +01:00
Franck Nijhof
9daf2ee65d
Fix Plugwise not updating config entry with discovery information ( #58819 )
2021-10-31 12:19:51 -07:00
Michael
ccad6a8f07
Add configuration url to AVM Fritz!Smarthome ( #57711 )
...
* add configuration url
* extend data update coordinator
* improve exception handling during data update
* store coordinator after first refresh
* fix light init
2021-10-31 12:12:25 -07:00
Quentame
8f51192cf0
Cleanup old entity.unique_id migration from Synology DSM ( #58811 )
...
Created on 2nd of june 2020 from #35565
2021-10-31 19:23:40 +01:00
Marc Mueller
4c68662612
Use assignment expressions 34 ( #58823 )
2021-10-31 19:01:16 +01:00
Marc Mueller
e0c0d00833
Use assignment expressions 39 ( #58829 )
2021-10-31 18:56:25 +01:00
Marc Mueller
72801867d6
Use assignment expressions 38 ( #58828 )
2021-10-31 18:49:18 +01:00
Marc Mueller
b6d9e517c2
Use assignment expressions 37 ( #58827 )
2021-10-31 18:45:27 +01:00
Robert Hillis
8e03102892
Bump pyefergy to 0.1.3 ( #58821 )
2021-10-31 18:41:55 +01:00
Marc Mueller
1ce889be60
Use assignment expressions 36 ( #58825 )
2021-10-31 18:35:27 +01:00
Marc Mueller
3f1b4906bf
Use assignment expressions 35 ( #58824 )
2021-10-31 18:32:17 +01:00
Dermot Duffy
ab7d8db481
Add motionEye media browser ( #53436 )
2021-10-31 10:59:31 -05:00
Quentame
3c5799e394
Cleanup old config entry migration from Météo-France ( #58809 )
2021-10-31 16:17:35 +01:00
Michael Chisholm
4f83a251fa
Bump async-upnp-client to 0.22.11 ( #58803 )
2021-10-31 16:16:50 +01:00
epenet
2ae86124c7
Add zeroconf ATTR constants ( #58671 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-31 16:13:26 +01:00
purcell-lab
13386fc41b
Fix solaredge energy sensor names ( #58773 )
2021-10-31 16:11:48 +01:00
Michael Chisholm
ce27fb87c6
dlna_dmr: less eager discovery ( #58780 )
2021-10-31 16:11:20 +01:00
J. Nick Koston
faecc90b38
Workaround brightness transition delay from off in older yeelight models ( #58774 )
2021-10-31 16:11:07 +01:00
Tobias Sauerwein
f94bbf351d
Set Netatmo max default temperature ( #58718 )
2021-10-31 15:38:01 +01:00
Kevin Hellemun
e38f3e447c
Add ROCKROBO_S4 to xiaomi_miio vaccum models ( #58682 )
2021-10-31 09:36:37 -05:00
Michael
81845bb0b5
Fix channel.send in Discord ( #58756 )
2021-10-31 13:32:49 +01:00
Matthias Alphart
968e582468
Remove `last_knx_update` extra_state_attribute from KNX BinarySensor and Sensor ( #58786 )
2021-10-31 12:58:17 +01:00
Felipe Martins Diel
1e92e35bff
Improve code quality of the Broadlink switch platform ( #58794 )
2021-10-31 11:48:52 +01:00
Felipe Martins Diel
9bc0e8e8ab
Improve code quality of the Broadlink light platform ( #58790 )
2021-10-31 11:48:35 +01:00
Joakim Plate
7047205fb8
Correct fjaraskupan post merge review comments ( #58796 )
2021-10-31 11:47:25 +01:00
Jonathan Keljo
f561533d2c
Fix some typing issues in greeneye_monitor ( #58788 )
...
* Improve typing
* Import cast
2021-10-31 09:30:11 +01:00
Franck Nijhof
26b951194c
Add configuration_url to OctoPrint ( #58753 )
...
* Add configuration_url to Octoprint
* fix device_info() return
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2021-10-31 08:00:31 +01:00
GitHub Action
8da010cacd
[ci skip] Translation update
2021-10-31 00:12:41 +00:00
Marc Mueller
733280e169
Use EntityDescription - wallbox ( #58690 )
2021-10-30 17:33:07 -05:00
Marc Mueller
d6e49bc5bc
Fix litterrobot vacuum base class ( #58765 )
2021-10-30 17:27:12 -05:00
Tim Rightnour
f87f72bb8e
Switch to update coordinator, and bump venstarcolortouch to 0.15 ( #58601 )
2021-10-30 17:23:47 -05:00
Allen Porter
6c426fea9e
Serve nest placeholder image from disk rather than generate on the fly ( #58663 )
...
* Serve placeholder image from disk rather than generate on the flay
The placeholder image was generated from hoome assistant, saved, flipped, and
crushed a bit. The image is 640x480 and the integration does not support any on the
fly resizing.
* Cache Nest WebRTC placeholder image on camera
Cache Nest WebRTC placeholder image rather than reading from disk every time.
2021-10-30 13:44:28 -07:00
muppet3000
972dbac1f7
Add __init__ for growatt sensor types ( #58749 )
2021-10-30 22:19:18 +02:00
J. Nick Koston
3374005b33
Bump zeroconf 0.36.11 ( #58755 )
2021-10-30 19:18:39 +02:00
Kapernicus
5224050df8
Bump nad_receiver to version 0.3.0 ( #58751 )
2021-10-30 18:11:37 +02:00
Erik Montnemery
56f746fd39
Coerce to tuple before asserting the sequence ( #58672 )
2021-10-30 16:50:24 +02:00
Bastien Gautier
18ebdbed3e
Add AUCTION coin ( #58709 )
2021-10-30 16:43:22 +02:00
Marc Mueller
84618fa831
Use assignment expressions 30 ( #58714 )
2021-10-30 16:33:42 +02:00
Marc Mueller
7063c05127
Use assignment expressions 33 ( #58717 )
2021-10-30 16:32:41 +02:00
Marc Mueller
b1d49b3b66
Use assignment expressions 29 ( #58713 )
2021-10-30 16:31:43 +02:00
Marc Mueller
887d04be60
Use assignment expressions 32 ( #58716 )
2021-10-30 16:30:13 +02:00
Marc Mueller
a48ddcadd4
Use assignment expressions 31 ( #58715 )
2021-10-30 16:29:07 +02:00
Aaron Bach
f7dea3aa1d
Add Ridwell integration ( #57590 )
2021-10-30 08:27:48 -06:00
Nathan Spencer
aacc009cbb
Get Litter-Robot to 100% code coverage and minor code cleanup ( #58704 )
2021-10-30 09:13:03 -05:00
Dermot Duffy
bbbbcfbb93
Add motionEye services ( #53411 )
2021-10-30 08:48:01 -05:00
Daniel Hjelseth Høyer
855e0fc2eb
Update Mill library, add support for generation 3 heaters. #58536 ( #58738 )
2021-10-30 15:43:05 +02:00
Anders Liljekvist
65b965e84b
Fix bluesound player internally used id ( #58732 )
2021-10-30 14:57:45 +02:00
Anders Liljekvist
a90c8ab558
Add myself as codeowner of bluesound ( #58733 )
2021-10-30 12:14:19 +02:00
Andre Lengwenus
f4c823f338
Fix lcn in place update of config entry data ( #58729 )
...
* Fix in place update of config entry data
* Deep copy of device configs
* Fix review comments
2021-10-30 11:15:38 +02:00
Aaron Bach
c469358e5f
Fix bug with volumes in SimpliSafe set_system_properties service ( #58721 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-10-29 22:17:15 -07:00
Jonathan Keljo
687c40a622
Enable strict typing for greeneye_monitor ( #58571 )
...
* Enable strict typing for greeneye_monitor
* Fix pylint
2021-10-29 18:54:40 -07:00
J. Nick Koston
061b1abd1b
Improve handling of invalid serial numbers in HomeKit Controller ( #58723 )
...
Fixes #58719
2021-10-29 17:57:01 -07:00
Marc Mueller
e97133613a
Fix round - wallbox ( #58689 )
...
* Fix wallbox round
* Add test case
2021-10-29 17:52:23 -07:00