Bram Kragten
7cb3414517
Update frontend to 20210726.0 ( #53522 )
2021-07-26 23:56:40 +02:00
Oxan van Leeuwen
2127314f9e
Fix typo in codeowners ( #53520 )
2021-07-26 23:33:15 +02:00
Matthias Alphart
c1c6c54b45
xknx 0.18.9 ( #53519 )
2021-07-26 23:18:20 +02:00
Jc2k
1681bbe5a5
Make sure that vocolinc flowerbud humidity sensor is exposed (via homekit_controller) ( #53518 )
...
* Make sure that vocolinc flowerbud humidity sensor is exposed
* Was a no-op to request these from humidifier, so remove them
* Fix typo
2021-07-26 16:11:27 -05:00
Franck Nijhof
ee452d415d
Add SensorEntityDescription class ( #53357 )
2021-07-26 22:00:43 +02:00
jjlawren
88cffc86bb
Add crossfade control support to Sonos ( #53228 )
2021-07-26 21:58:13 +02:00
Robert Hillis
aee48dbcb3
Use entity class attributes for cloud ( #53445 )
2021-07-26 21:23:32 +02:00
jan iversen
cfb0def718
Change integration modbus to use _attr variables ( #53511 )
2021-07-26 21:20:34 +02:00
Anton Tolchanov
80aaebb761
Rename Prometheus metrics to conform with naming guidelines ( #50156 )
2021-07-26 20:52:30 +02:00
micha91
f4d65e3751
Musiccast grouping fixes ( #52339 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-07-26 20:48:20 +02:00
Dermot Duffy
23b64cd496
Bump motioneye-client version to v0.3.11 ( #53504 )
2021-07-26 20:43:22 +02:00
Paulus Schoutsen
962ddf664c
Add country code to co2signal state attributes ( #53512 )
2021-07-26 11:10:39 -07:00
Franck Nijhof
f28d8fae2f
Mark energy integration as internal ( #53513 )
2021-07-26 10:21:40 -07:00
Bram Kragten
fcc6ea7497
Add energy integration ( #52001 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Erik <erik@montnemery.com>
2021-07-26 09:37:37 -07:00
Raman Gupta
4b189bd8c5
Add zwave_js WS API commands to get statistics ( #53393 )
...
* Add zwave_js WS API commands to get statistics
* update function name
* move nested functions to top level functions
2021-07-26 11:59:16 -04:00
Eric Severance
a6331d85ed
Support energy/power sensors in the WeMo component ( #53419 )
2021-07-26 08:50:22 -07:00
Jc2k
9a000a1183
Support controlling Flowerbud spray level via homekit_controller ( #53493 )
2021-07-26 10:46:36 -05:00
Daniel Hjelseth Høyer
d58a02a647
Broadlink, remove attr_current_power_w and add sensor ( #53342 )
2021-07-26 08:42:19 -07:00
Simone Chemelli
37d6824ed4
Increase pool max size for urllib3 in Fritz integration ( #53461 )
2021-07-26 16:44:58 +02:00
Simone Chemelli
2025afe14b
Add MAC to SamsungTV when missing ( #53479 )
...
* Add MAC when missing
* Fix I/O
* Add test for missing MAC address
2021-07-26 16:43:05 +02:00
Marc Mueller
46c3495ae0
Update pylint to 2.9.5 ( #53496 )
2021-07-26 16:17:15 +02:00
Jc2k
af8f594939
Address late review of homekit_controller ( #53492 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-07-26 15:32:16 +02:00
broadcasttechie
ad730524c8
Reduce min scan interval to 10s for InfluxDB ( #53276 )
2021-07-26 14:32:42 +02:00
Michael
ebfdfd172b
Add state class measurement to sensors where suitable for Synology DSM ( #53468 )
2021-07-26 11:42:52 +02:00
Franck Nijhof
01c8114e93
Add WLED playlist support ( #53381 )
...
Co-authored-by: Anders Melchiorsen <amelchio@nogoto.net>
2021-07-26 11:15:49 +02:00
Joakim Sørensen
3a5347f69e
Handle serverTime change ( #53490 )
2021-07-26 11:01:58 +02:00
Franck Nijhof
fbe576e93a
Deprecate wled.preset service ( #53383 )
2021-07-26 11:01:02 +02:00
Otto Winter
51e4f66b82
Fix ESPHome services when .storage cleared ( #53488 )
2021-07-26 09:33:06 +02:00
J. Nick Koston
25229a9670
Allow zeroconf name change if there is another Home Assistant running on the local network ( #53476 )
...
* Allow zeroconf name change if there is another Home Assistant running on the local network
* Remove unused try/except
2021-07-26 09:27:49 +02:00
jjlawren
550a6f159e
Reduce repetitive noise in Sonos debug logs ( #53352 )
2021-07-26 00:54:38 -05:00
Alexei Chetroi
505dd500cb
Bump up ZHA dependencies ( #53472 )
...
* Bump up ZHA dependencies
* Fix ZHA WS API tests
2021-07-25 22:09:40 -04:00
GitHub Action
c6ee058c0d
[ci skip] Translation update
2021-07-26 00:10:23 +00:00
jan iversen
15ec9fbf6c
Late review comment in edl21 ( #53464 )
...
* Late review comment.
* Review comment.
* pylint.
* Update homeassistant/components/edl21/sensor.py
* Callback typing.
* Complete typing
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-07-25 18:59:14 -04:00
David Kendall
f3ba71748b
Feature/google calendar read only support ( #52790 )
...
* feat(google): Added support for read only access in google calendar.
By default the current read/write access will be given, but the user has the option to set read only access which stops the add event service from registering
* fix(google): Updated documentation link
* docs(google-calendar): Added style fixes
* feat(calendar-google): Updated scopes to be defined on enum property.
This was done as a MR suggestion to simplify the code.
* feat(calendar-google):Removed constants no longer needed.
* feat(calendar-google): Reduced scope check to minimum.
* style: Fixed style issues
2021-07-25 12:33:21 -07:00
Dermot Duffy
5e6853b9e1
Codereview fixes. ( #53452 )
2021-07-25 22:23:11 +03:00
G Johansson
5741a59d08
Bugfix package 0.3.4 ( #53470 )
2021-07-25 22:17:45 +03:00
Aidan Timson
d18ca62f60
Bump aioambient to 1.2.4 ( #53467 )
2021-07-25 12:23:38 -06:00
Dermot Duffy
5189172b80
Pass clientsession. ( #53455 )
2021-07-25 19:58:50 +02:00
Simone Chemelli
33af2602af
Fix wan/device uptime and add state_class to counters for Fritz ( #52574 )
...
* Fix wan/device uptime, add state_class to counters
* Rebase + cleanup + adapt to final fritzconnection
* Bump fritzconnection library
* Missing bump
2021-07-25 20:43:31 +03:00
Daniel Hjelseth Høyer
ff8affdd04
Address late review of Adax ( #53456 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-07-25 12:32:50 +02:00
Aidan Timson
c8d2fc1e04
Fix System Bridge unique key for filesystem sensors ( #53446 )
2021-07-25 12:31:16 +02:00
Robert Hillis
7e59f3160b
Use entity class attributes for climacell ( #53444 )
2021-07-25 02:19:08 -04:00
GitHub Action
c1b18f4867
[ci skip] Translation update
2021-07-25 00:12:45 +00:00
Shay Levy
68bf6194e1
Add myself to webOS TV codeowners ( #53428 )
2021-07-24 21:45:24 +02:00
G Johansson
a5eb2ac7b7
Bump yalesmartalarmclient to 0.3.4 ( #53431 )
2021-07-24 21:13:06 +02:00
G Johansson
f0d5ae2fec
Add yale_smart_alarm config flow and coordinator ( #50850 )
...
* config flow and coordinator
* comply with pylint
* Remove pylint errors
* Update test coverage yale smart alarm
* Update test config_flow
* Fix test already configured
* Second try test already configured
* Fixes config flow and tests
* Conform pylint errors coordinator
* Fix various review remarks
* Correct entity unique id
* Fix unique id and migrate entries
* Remove lock code
* Remove code from test
* Expand code coverage config flow test
* Add more constants
* Add test new requirements
* Minor corrections
* Resolve conflict alarm schema
* Change logger
* Changed from review
* Fix isort error
* Fix flake error
* Ignore mypy errors
* Corrections from PR review no 2
* Corrections from PR review no 3
* Added tests and fix pylint error
* Corrections from PR review no 4
* Corrections from PR review no 5
* Corrections from PR review no 6
* Corrections from PR review no 6_2
* Corrections from PR review no 7
* Corrections from PR review no 8
* Minor last changes for PR
* Update homeassistant/components/yale_smart_alarm/coordinator.py
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com>
2021-07-24 13:55:43 -04:00
J. Nick Koston
0f15d2bf19
Ensure HomeKit accessories are started again after reset ( #53372 )
2021-07-24 16:31:30 +02:00
Bram Gerritsen
87e41e807c
Add support for Velux light devices ( #49338 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-24 15:52:14 +02:00
David Beitey
ea1ec91c9c
Upgrade open-garage to 0.1.5 ( #53412 )
2021-07-24 15:49:39 +02:00
Aaron Bach
54ace4cdd4
Enforce strict typing for OpenUV ( #53409 )
...
* Enforce strict typing for OpenUV
* Linting
* Fix tests
2021-07-24 14:50:01 +02:00