simeon-simsoft
5b32eea3d0
Add support for bidirectional chargers to Wallbox integration ( #74313 )
...
* Add support for the Quasar bidirectional charger to the Wallbox integration, including ability to control charger while discharging, set a negative charge rate and monitor discharged amount
* Make code more generic in order to support other bidirectional models in the future
* Updates to files to comply with HA formatting rules
* Change const file to fix black check failure
* Remove unnecessay loop in number entity
2022-07-09 20:41:39 +02:00
Robert Svensson
2cc9db5468
Make deCONZ utilise forward_entry_setups ( #74823 )
2022-07-09 13:30:48 -05:00
epenet
7cac1ae6a3
Use instance attributes in ign_sismologia ( #74399 )
2022-07-09 20:03:31 +02:00
epenet
0b1f29b2b9
Remove nilu from mypy ignore list ( #74412 )
2022-07-09 20:01:39 +02:00
Álvaro Fernández Rojas
ac21dc929f
Update aioairzone to v0.4.6 ( #74810 )
2022-07-09 20:00:24 +02:00
Aaron Bach
ea1fc6b5d3
Migrate SimpliSafe to new entity naming style ( #74763 )
2022-07-09 19:59:36 +02:00
epenet
5360e56d09
Remove xiaomi_miio from mypy ignore list ( #74669 )
2022-07-09 19:59:11 +02:00
Aidan Timson
e74f7d13ab
Update systembridgeconnector to 3.3.2 ( #74701 )
2022-07-09 19:55:33 +02:00
epenet
0f33c08dca
Remove telegram_bot from mypy ignore list ( #74661 )
2022-07-09 19:52:26 +02:00
Ethan Madden
5defe67269
`air_quality` and `filter_life` fixes for Pur131S ( #74740 )
2022-07-09 19:51:47 +02:00
Joakim Plate
8ce897f462
Convert fjaraskupan to entity naming ( #74723 )
2022-07-09 19:46:53 +02:00
Joakim Plate
4080d2b0da
Convert philips_js to entity naming ( #74721 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-07-09 19:34:51 +02:00
Franck Nijhof
cdcc73a414
Migrate Stookalert to new entity naming style ( #74693 )
2022-07-09 19:22:23 +02:00
Allen Porter
1c4fee65c0
Migrate nest to new entity naming style ( #74724 )
2022-07-09 19:21:53 +02:00
Robert Svensson
24ca656372
Migrate deCONZ Group and Scenes to new entity naming style ( #74761 )
2022-07-09 19:17:50 +02:00
Pieter Mulder
04bb2d1e5d
Update pyCEC to version 0.5.2 ( #74742 )
2022-07-09 19:13:46 +02:00
epenet
d208bd461d
Migrate Renault to new entity naming style ( #74709 )
2022-07-09 19:12:19 +02:00
Franck Nijhof
1cf8b76124
Migrate CO2 Signal to new entity naming style ( #74696 )
2022-07-09 19:11:14 +02:00
Franck Nijhof
3aff5fd2e6
Migrate Open-Meteo to new entity naming style ( #74695 )
2022-07-09 19:08:53 +02:00
Guido Schmitz
72d134be52
Migrate devolo Home Network to new entity naming ( #74741 )
2022-07-09 19:05:49 +02:00
Duco Sebel
124c8e8f73
Add sensors for HomeWizard Watermeter ( #74756 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-07-09 18:39:30 +02:00
Aaron Bach
85148b343d
Bump regenmaschine to 2022.07.1 ( #74815 )
2022-07-09 10:32:15 -06:00
J. Nick Koston
cd03c49fc2
Wait for config entry platform forwards ( #73806 )
2022-07-09 17:27:42 +02:00
Joakim Plate
3a5cca3ff2
Convert rfxtrx to entity naming ( #74720 )
2022-07-09 17:15:08 +02:00
Álvaro Fernández Rojas
8bf692d046
Update aioqsw to v0.1.1 ( #74784 )
2022-07-09 17:13:27 +02:00
Ville Skyttä
a9c97e5d3a
Sort huawei_lte sensor meta dict, add section separators ( #74782 )
2022-07-09 17:08:40 +02:00
Ville Skyttä
430d3e4604
Look for huawei_lte device MACs in a few more device info attributes ( #74795 )
2022-07-09 17:07:46 +02:00
Robert Hillis
79b34090e8
Bump aiopyarr to 22.7.0 ( #74749 )
2022-07-09 16:54:15 +02:00
Robert Hillis
e17db1fd0c
Remove deprecated yaml config from Steam ( #74805 )
2022-07-09 16:43:50 +02:00
Aaron Bach
825e696d26
Migrate Guardian to new entity naming style ( #74745 )
2022-07-09 16:42:32 +02:00
Regev Brody
36357fe45d
Bump pyezviz to 0.2.0.9 ( #74755 )
...
* Bump ezviz dependency to fix #74618
* Bump ezviz dependency to fix #74618
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-07-09 13:22:29 +02:00
GitHub Action
cdaefc8fda
[ci skip] Translation update
2022-07-09 00:20:23 +00:00
J. Nick Koston
a697672944
Add bluetooth integration ( #74653 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-07-08 18:55:31 -05:00
kpine
c27fbce7d0
Fix KeyError from zwave_js diagnostics ( #74579 )
2022-07-09 00:20:44 +02:00
Benoit Anastay
766523cf8c
Fix error with HDD temperature report in Freebox integration ( #74718 )
...
* Fix error whith HDD temperature report
There was a non handled error case, documented in issue https://github.com/home-assistant/core/issues/43812 back in 2020 and the fix wasn't applied
* Use get method instead of ignoring the sensor
* Update test values
Add idle state drive with unkown temp
* update Tests for system sensors api
* Fix booleans values
* Fix disk unique_id
There was a typo in the code
2022-07-08 14:22:31 -07:00
Aaron Bach
0cca086aab
Bump regenmaschine to 2022.07.0 ( #74680 )
2022-07-08 14:18:40 -07:00
Paulus Schoutsen
010b18be34
Bump atomicwrites ( #74758 )
2022-07-08 14:17:56 -07:00
Antonino Piazza
4209d7733b
Add huawei_lte wifi guest network switch ( #71035 )
2022-07-08 23:09:03 +03:00
TheJulianJES
1d69e631b5
Fix ZHA group not setting the correct color mode ( #74687 )
...
* Fix ZHA group not setting the correct color mode
* Changed to use _attr_color_mode
2022-07-08 12:47:59 -04:00
Allen Porter
08d8304a52
Migrate google calendar to new entity naming ( #74727 )
...
* Migrate google calendar to new entity naming
* Update homeassistant/components/google/calendar.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-07-08 07:59:50 -07:00
epenet
b2a3071658
Cleanup generic in NextDNS ( #74705 )
...
Cleanup generic in nextdns
2022-07-08 16:19:32 +02:00
Kevin Stillhammer
e55a4dcab1
Add missing strings for here_travel_time ( #74641 )
...
* Add missing strings for here_travel_time
* script.translations develop
* Correct origin_menu option
2022-07-08 06:16:13 -07:00
Franck Nijhof
540ffe116e
Update debugpy to 1.6.2 ( #74692 )
2022-07-08 13:59:20 +02:00
Robert Svensson
3b3766fbe0
Bump deconz dependency to fix #74523 ( #74710 )
2022-07-08 12:54:09 +02:00
siyuan-nz
06530ebfa1
Add ssh-rsa as acceptable an host key algorithm ( #74684 )
2022-07-08 09:51:10 +02:00
Maciej Bieniek
fd7330ea77
Bump NextDNS backend library ( #74611 )
2022-07-08 09:48:46 +02:00
Franck Nijhof
ba0b98ef32
Remove deprecated Spotify YAML configuration ( #74604 )
2022-07-08 08:30:01 +02:00
Franck Nijhof
97426911a3
Update lxml to 4.9.1 ( #74663 )
2022-07-07 20:50:31 -07:00
Allen Porter
561c9a77d8
Add google calendar service proper exception handling ( #74686 )
2022-07-07 20:50:19 -07:00
Erik Montnemery
0e3f7bc63a
Resolution center MVP ( #74243 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-07-07 20:49:07 -07:00
GitHub Action
405d323709
[ci skip] Translation update
2022-07-08 00:27:47 +00:00
Michał Mrozek
5dd8dfb4dc
Update kaiterra-async-client to 1.0.0 ( #74677 )
2022-07-07 15:46:23 -07:00
J. Nick Koston
a84d92be4d
Fix climacell/tomorrowio config flow test failure ( #74660 )
2022-07-07 22:45:40 +02:00
Franck Nijhof
3a61a0de2e
Standardize EntityDescription in DSMR ( #74671 )
2022-07-07 22:38:10 +02:00
epenet
c6bff8ae18
Remove philips_js from mypy ignore list ( #74659 )
...
* Remove philips_js from mypy ignore list
* Use class attribute
2022-07-07 22:00:19 +02:00
Kostas Chatzikokolakis
3f53ed5d5c
Add trigger/arm_custom_bypass to Template Alarm Control Panel ( #74629 )
2022-07-07 20:31:03 +02:00
Arne Mauer
d8030ed9e7
Ikea Starkvind support all models ( #74615 )
...
* Add Particulate Matter 2.5 of ZCL concentration clusters to ZHA component
* Fixed black and flake8 test
* New sensors and manufacturer cluster to support IKEA STARKVIND (with quirk)
* Fix multi_match for FilterLifeTime, device_run_time, filter_run_time sensors for Ikea starkvind
* Remove model match because sensors are matched with manufacturer channel
* Update manufacturerspecific.py
* Update number.py
2022-07-07 14:28:33 -04:00
TheJulianJES
b9b6ed33ee
Fix smart energy polling for Tuya plugs ( #74640 )
...
* Add PolledSmartEnergySummation to poll summation_delivered for some ZHA plugs
* Remove PolledSmartEnergyMetering, add stop_on_match_group to summation sensors
2022-07-07 14:27:48 -04:00
Robert Svensson
ac85a3ce64
Use pydeconz interface controls for button platform ( #74654 )
2022-07-07 21:13:03 +03:00
epenet
bd43f0393c
Remove influxdb from mypy ignore list ( #74612 )
2022-07-07 20:51:38 +03:00
epenet
dc0c41982f
Remove meteo_france from mypy ignore list ( #74613 )
2022-07-07 20:50:08 +03:00
Franck Nijhof
f2706aa8c0
Update debugpy to 1.6.1 ( #74637 )
2022-07-07 20:48:39 +03:00
J. Nick Koston
ff877b8144
Fix exception in doorbird logbook during startup ( #74649 )
...
* Fix exception in doorbird logbook during startup
Fixes
```
2022-07-07 16:50:33.203 ERROR (MainThread) [homeassistant.helpers.integration_platform] Error processing platform doorbird.logbook
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/integration_platform.py", line 51, in _async_process_single_integration_platform_component
await integration_platform.process_platform(hass, component_name, platform)
File "/usr/src/homeassistant/homeassistant/components/logbook/__init__.py", line 159, in _process_logbook_platform
platform.async_describe_events(hass, _async_describe_event)
File "/usr/src/homeassistant/homeassistant/components/doorbird/logbook.py", line 43, in async_describe_events
door_station = data[DOOR_STATION]
KeyError: door_station
```
* py39
2022-07-07 20:46:19 +03:00
Glenn Waters
d3db4da11a
ElkM1 bump lib to support Python 3.10 SSL ( #74569 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-07-07 12:07:05 -05:00
J. Nick Koston
1dd9e705f2
Switch dispatcher to use async_run_hass_job ( #74514 )
...
* Switch dispatcher to use async_run_hass_job
- Since we already wrap all the callbacks in catch_log_exception
we can use async_run_hass_job here
- The overhead of wrapping the call in a call_soon, queuing it
and running it later usually exceeds the overhead of running
the job itself
* fix size change during iteration
* fix out of order send
* fix missing mocking in unifi test
* Fix Legrand Home+ Control updating entities before the coordinator update had finished
* stray debug
2022-07-07 10:39:05 -05:00
Franck Nijhof
c01f7d75d5
Fix mix of aiohttp and requests in ZAMG ( #74628 )
2022-07-07 16:59:49 +02:00
Diogo Gomes
4e2de2479a
Add SetSystemDateandTime Button ( #66419 )
...
* add SetSystemDateandTime
* fix
* address review
* follow recommendation to set date and time on start
* add set date and time button test
2022-07-07 16:25:44 +02:00
Bram Kragten
29cbd9d469
Update frontend to 20220707.0 ( #74625 )
2022-07-07 16:19:56 +02:00
Franck Nijhof
dfdd037878
Update aiokafka to 0.7.2 ( #74601 )
2022-07-07 08:02:36 -06:00
epenet
6540ba6239
Remove hassio from mypy ignore list ( #74603 )
...
* Remove hassio from mypy ignore list
* Avoid if TYPE_CHECKING
2022-07-07 15:14:36 +02:00
Erik Montnemery
996544da2d
Poll cast groups when media player is added or reconnected ( #74610 )
2022-07-07 14:51:16 +02:00
Franck Nijhof
19f33d205c
Fix mix of aiohttp and requests in Bloomsky ( #74598 )
2022-07-07 12:27:25 +02:00
jjlawren
ba7ad1029c
Remove legacy Sonos grouping services ( #74476 )
2022-07-07 12:17:13 +02:00
epenet
f19c542d6d
Remove denonavr from mypy ignore list ( #74580 )
2022-07-07 12:14:46 +02:00
epenet
5ae593672e
Remove google_assistant from mypy ignore list ( #74587 )
2022-07-07 11:35:45 +02:00
Franck Nijhof
4261595078
Update orjson to 3.7.7 ( #74581 )
2022-07-07 11:00:34 +02:00
J. Nick Koston
0c29b68cf8
Switch linear search to a dict lookup for ip bans ( #74482 )
2022-07-07 10:57:44 +02:00
puddly
ae295f1bf5
Add three decimal places of sub-second resolution to root logger timestamps ( #74518 )
2022-07-07 10:49:32 +02:00
jjlawren
d203cb0658
Minimize Sonos `media_player.unjoin` timeout ( #74549 )
2022-07-07 09:43:10 +02:00
Robert Hillis
681735b94c
Bump aioskybell to 22.7.0 ( #74559 )
2022-07-07 09:39:37 +02:00
ufodone
e56357b4f2
Bump pyenvisalink version to 4.6 ( #74561 )
2022-07-07 09:33:32 +02:00
epenet
46f2abc38c
Use generics in NextDNS ( #74517 )
...
Use generics in nextdns
2022-07-07 09:22:35 +02:00
Erik Montnemery
4a4dabaaa5
Fix openweathermap hourly forecast ( #74578 )
2022-07-07 09:03:43 +02:00
Joakim Plate
104d236646
fjaraskupan: Make sure we stop bleak on home assistant stop ( #74545 )
...
* Make sure we stop bleak on home assistant stop
* Fix typing
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-07 08:40:10 +02:00
GitHub Action
235abb0c10
[ci skip] Translation update
2022-07-07 00:27:55 +00:00
c-soft
fef78939e1
Bump satel_integra to 0.3.7 to fix compat with python 3.10 ( #74543 )
2022-07-06 19:02:08 -05:00
J. Nick Koston
099e7e0637
Add oui for tplink es20m ( #74526 )
2022-07-07 01:20:29 +02:00
Robert Svensson
b071affcb4
Use pydeconz interface controls for cover platform ( #74535 )
2022-07-07 00:31:47 +02:00
epenet
5e63a44e71
Remove home_plus_control from mypy ignore list ( #74448 )
2022-07-06 22:45:54 +03:00
J. Nick Koston
332cf3cd2d
Resolve and caches paths for CachingStaticResource in the executor ( #74474 )
2022-07-06 13:49:48 -05:00
Franck Nijhof
113ccfe6af
Update Home Assistant Frontend to 20220706.0 ( #74520 )
...
Bump Home Assistant Frontend to 20220706.0
2022-07-06 19:31:57 +02:00
Franck Nijhof
d3d2e25090
Update homematicip to 1.0.3 ( #74516 )
2022-07-06 18:34:51 +02:00
Erik Montnemery
d6df26465f
Fix openweathermap forecast sensors ( #74513 )
2022-07-06 17:49:06 +02:00
Gyosa3
85dac3d47e
Add new alias for valid Celcius temperature units in Tuya ( #74511 )
2022-07-06 17:48:12 +02:00
Maciej Bieniek
41fd1a24bb
Add NextDNS button platform ( #74492 )
...
* Add button platform
* Add button tests
* Fix typo
* Use Platform enum
* Fix coordinator type
2022-07-06 16:29:53 +02:00
Erik Montnemery
47048e4df4
Migrate aemet weather to native_* ( #74494 )
2022-07-06 16:22:45 +02:00
Maciej Bieniek
8ccb008834
Address NextDNS late review ( #74503 )
...
* Fix coordinator type
* Remove pylint disable
2022-07-06 14:29:26 +02:00
Marcel van der Veldt
c4855909fa
Bump aioslimproto to 2.1.1 ( #74499 )
2022-07-06 13:35:25 +02:00
Lerosen
8b97271c26
Telegram bot map user data for callback query ( #74302 )
...
fix(component/telegram-bot): map user data for callback query
2022-07-06 11:21:15 +02:00
epenet
8fb9b45e42
Remove input_datetime from mypy ignore list ( #74447 )
...
* Remove input_datetime from mypy ignore list
* Use assert
* Use cast
* Use common logic for initial parsing
2022-07-06 10:26:24 +02:00
epenet
a27d483009
Remove unifi from mypy ignore list ( #74456 )
...
* Remove unifi diagnostics from mypy ignore list
* Remove unifi init from mypy ignore list
* Remove unifi device tracker from mypy ignore list
* Adjust doc string
* Adjust doc string
* Remove unifi entity base from mypy ignore list
* Keep comprehension
* Remove unifi config flow from mypy ignore list
* Fix circular import
2022-07-06 10:25:53 +02:00
J. Nick Koston
148035c8ca
Bump aiohomekit to 0.7.20 ( #74489 )
2022-07-06 00:52:41 -05:00
J. Nick Koston
ce35324e73
Cache the response from config/entity_registry/list ( #74443 )
2022-07-05 21:11:51 -07:00
J. Nick Koston
8dfb0cb4e7
Fix SIGN_QUERY_PARAM in check in auth_middleware ( #74479 )
2022-07-05 21:09:33 -07:00
J. Nick Koston
3875fc5953
Cache the response from config/device_registry/list ( #74483 )
2022-07-05 21:08:39 -07:00
J. Nick Koston
df6892b908
Offer HKC local push control option when there are multiple zeroconf homekit matches ( #74441 )
2022-07-05 21:02:18 -07:00
J. Nick Koston
3d63d4fb36
Fix apple tv not coming online if connected before entity created ( #74488 )
2022-07-05 23:00:40 -05:00
Maciej Bieniek
a70cb8af78
Add NextDNS diagnostics platform ( #74367 )
...
Add diagnostics platform
2022-07-05 20:14:56 -07:00
Maciej Bieniek
a2a4361d6e
Address late comment for NextDNS ( #74365 )
...
* Simplify code
* Use async_config_entry_first_refresh()
* Use lambda to get value
2022-07-05 20:12:09 -07:00
Maciej Bieniek
f5e3344bfc
Add NextDNS system health ( #74368 )
...
Add system_health
2022-07-05 20:10:04 -07:00
GitHub Action
2e81be7721
[ci skip] Translation update
2022-07-06 00:27:50 +00:00
Erik Montnemery
a7158fee67
Revert "Migrate aemet to native_*" ( #74471 )
2022-07-05 22:24:08 +02:00
epenet
cbe9eda0a8
Remove lyric from mypy ignore list ( #74451 )
2022-07-05 13:24:18 -05:00
G Johansson
89ab78371f
Bump Sensibo dependency ( #74466 )
2022-07-05 13:18:14 -05:00
J. Nick Koston
e4fd5100c4
Bump aiohomekit to 0.7.19 ( #74463 )
2022-07-05 19:43:38 +02:00
Zack Barett
87d7c024bf
Bump Frontend to 20220705.0 ( #74467 )
2022-07-05 19:43:10 +02:00
J. Nick Koston
e7b2d4672c
Avoid loading mqtt for type checking ( #74464 )
2022-07-05 10:27:27 -07:00
Robert Svensson
b590e51f88
Bump deCONZ dependency to v96 ( #74460 )
2022-07-05 18:54:03 +02:00
J. Nick Koston
f6cb2833ca
Improve fans in homekit_controller ( #74440 )
2022-07-05 09:25:30 -05:00
Franck Nijhof
809f101f55
Re-introduce default scan interval in Scrape sensor ( #74455 )
2022-07-05 13:41:33 +02:00
David Brückmann
b5c5531180
Fix unreachable DenonAVR reporting as available when polling fails ( #74344 )
2022-07-05 12:25:20 +02:00
Arne Mauer
f975d30258
Fix multi_match to match with the IKEA airpurifier channel ( #74432 )
...
Fix multi_match for FilterLifeTime, device_run_time, filter_run_time sensors for ikea starkvind
2022-07-05 10:35:05 +02:00
J. Nick Koston
6422040262
Remove asserts from lutron_caseta async_attach_trigger ( #74429 )
2022-07-05 09:51:53 +02:00
Rami Mosleh
b09aaba421
Add type hints and code cleanup for mikrotik ( #74296 )
...
* Add type hints and code cleanup for mikrotik
* update test and increase coverage
* move setup_mikrotik_entry to __init__.py
2022-07-05 09:16:38 +02:00
epenet
110d9232cd
Remove melcloud from mypy ignore list ( #74410 )
2022-07-04 23:05:53 -07:00
GitHub Action
ebc8fba5bf
[ci skip] Translation update
2022-07-05 00:23:09 +00:00
epenet
a7da8673bf
Use instance attributes in usgs_earthquakes_feed ( #74403 )
2022-07-04 21:26:33 +02:00
epenet
560fbd1a0e
Remove lutron_caseta from mypy ignore list ( #74427 )
2022-07-04 14:10:26 -05:00
epenet
02a0b8b649
Add more type hints to demo ( #74408 )
2022-07-04 20:59:52 +02:00
J. Nick Koston
e02574c6d9
Bump pyunifiprotect to 4.0.9 ( #74424 )
2022-07-04 20:53:25 +02:00
epenet
1536936177
Remove harmony from mypy ignore list ( #74425 )
2022-07-04 13:39:14 -05:00
avee87
b3fec4c401
Typehints and cleanup for metoffice ( #74338 )
...
* Typehints and cleanup for metoffice
* add myself as owner
2022-07-04 19:12:41 +03:00
J. Nick Koston
b082764e30
Bump rflink to 0.0.63 ( #74417 )
2022-07-04 10:36:56 -05:00
Erik Montnemery
fde829c4f0
Correct climacell weather migration to native_* ( #74409 )
2022-07-04 16:59:36 +02:00
epenet
e3bd63934b
Remove gree from mypy ignore list ( #74411 )
2022-07-04 16:47:35 +02:00
epenet
035e96a79b
Remove system_health from mypy ignore list ( #74415 )
2022-07-04 16:46:59 +02:00
epenet
18840c8af5
Add instance attributes to GeolocationEvent ( #74389 )
2022-07-04 16:43:53 +02:00
J. Nick Koston
8d0e54d776
Use the orjson equivalent default encoder when save_json is passed the default encoder ( #74377 )
2022-07-04 08:41:23 -05:00
Erik Montnemery
4e1359e2cc
Migrate ipma weather to native_* ( #74387 )
2022-07-04 15:18:57 +02:00
Erik Montnemery
5f5f1343cd
Migrate accuweather weather to native_* ( #74407 )
2022-07-04 15:12:45 +02:00
J. Nick Koston
6c3baf03aa
Make dispatcher setup lazy ( #74374 )
2022-07-04 14:58:35 +02:00
Kevin Stillhammer
dd57d7d77f
Support unload for multiple adguard entries ( #74360 )
2022-07-04 14:24:21 +02:00
Erik Montnemery
1c0ece6ac1
Migrate met_eireann weather to native_* ( #74391 )
...
Co-authored-by: avee87 <6134677+avee87@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-07-04 14:20:47 +02:00
Erik Montnemery
0768ed453d
Migrate aemet to native_* ( #74037 )
2022-07-04 14:06:32 +02:00
Erik Montnemery
ab37f59345
Migrate meteoclimatic weather to native_* ( #74392 )
2022-07-04 13:38:53 +02:00
Franck Nijhof
b5387ed769
Update Pillow to 9.2.0 ( #74371 )
2022-07-04 13:16:01 +02:00
Shay Levy
f851877449
Bump aioimaplib to 1.0.0 ( #74393 )
2022-07-04 13:14:27 +02:00
Thanasis
227d8b69a7
Allowing for TOON cost sensors to work with Energy ( #74315 )
2022-07-04 13:11:36 +02:00
Erik Montnemery
07f677e9e8
Migrate knx weather to native_* ( #74386 )
2022-07-04 10:47:59 +02:00
J. Nick Koston
810b2a2bd6
Inline building entity registry dict ( #74378 )
2022-07-04 00:36:42 -05:00
Paulus Schoutsen
b62c0dcb32
Guard invalid data sensor significant change ( #74369 )
2022-07-03 22:03:13 -07:00
GitHub Action
269e414e84
[ci skip] Translation update
2022-07-04 00:27:42 +00:00
J. Nick Koston
02c7261b74
Small naming improvements and basic tests for ecobee 501s ( #74370 )
2022-07-03 16:32:30 -05:00
G Johansson
d91f5b77c8
Fix unique id issue for OpenWeatherMap ( #74335 )
2022-07-03 13:53:44 -07:00
mbo18
5bd9c5aee8
Migrate Meteo_france to native_* ( #74297 )
2022-07-03 13:49:03 -07:00
J. Nick Koston
40ed44cbea
Fix esphome state mapping ( #74337 )
2022-07-03 13:48:34 -07:00
J. Nick Koston
30a5df5895
Append name char value from the service to HomeKit Controller Entities ( #74359 )
2022-07-03 15:47:54 -05:00
Dave T
737a1fd9fa
Dont substitute user/pass for relative stream urls on generic camera ( #74201 )
...
Co-authored-by: Dave T <davet2001@users.noreply.github.com>
2022-07-03 13:26:00 -07:00
Maciej Bieniek
84119eefaa
Add NextDNS integration ( #74150 )
...
* Initial commit
* Update manifest
* Add first test
* Simplify init
* More tests
* Update tests
* More tests
* More tests
* Add tests for sensor platform
* More tests for sensor platform
* Add tests for system_health
* Fix typo
* Improve test coverage
* Improve test coverage
* Add tests for diagnostics
* Add comment
* Run hassfest
* Fix typo
* Run gen_requirements_all
* Fix tests
* Change key name in diagnostics
* Remove diagnostics and system_health platforms
* Bump library
2022-07-03 09:51:50 -07:00
Michał Huryn
e7e940afa5
Address Blebox uniapi review sidenotes ( #74298 )
...
* Changes accordingly to sidenotes given by @MartinHjelmare in pull #73834 .
* Mini version bump according to notes in pull #73834 .
* Error message fix, test adjustment.
2022-07-03 17:06:38 +02:00
mbo18
5919082a53
Expose temperature and humidity sensors from AC ( #74328 )
...
Expose temperature and humidity from AC
2022-07-03 07:47:06 -07:00
shbatm
820a782f94
Onvif: bump onvif-zeep-async to 1.2.1 ( #74341 )
...
* Update requirements_all.txt
* Update requirements_test_all.txt
* Update manifest.json
2022-07-02 21:38:48 -04:00
GitHub Action
8581db1da7
[ci skip] Translation update
2022-07-03 00:26:52 +00:00
avee87
98052646f2
Remove visibility from metoffice weather ( #74314 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-07-02 13:42:58 -07:00
avee87
08c2bd82bd
Migrate metoffice to native_* ( #74312 )
2022-07-02 13:27:47 -07:00
Franck Nijhof
3bebbf7970
Add configuration directory to system health ( #74318 )
2022-07-02 13:10:38 -07:00
David Barshow
c24c6b38b1
Support climate reproduce state fan_mode ( #74317 )
...
climate reproduce state fan_mode support
2022-07-02 13:04:38 -07:00
Álvaro Fernández Rojas
d9b326dd48
Remove duplicated QNAP QSW format_mac call in config_flow ( #74333 )
...
qnap_qsw: config_flow: remove duplicated format_mac
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-07-02 22:44:20 +03:00
epenet
64bfa20f6a
Improve type hints in mqtt ( #74295 )
2022-07-02 20:15:54 +03:00
Frank
2464322dc5
Address HomeConnect late review ( #74308 )
...
* Small changes as requested in PR 58768
* Fix ValueError message formatting
* Use f-string
* Remove None as return type of _get_appliance_by_device_id
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-02 16:06:07 +02:00
atlflyer
da11cef29a
Report error code in log when command fails ( #74319 )
2022-07-02 09:58:08 -04:00
Khole
255c3c5b9a
Hive add entity categories to entities ( #74324 )
...
add enitity categories to entities
2022-07-02 08:33:10 -04:00
GitHub Action
647a023776
[ci skip] Translation update
2022-07-02 00:25:27 +00:00
Paulus Schoutsen
810e29f1ef
Guard creating areas in onboarding ( #74306 )
2022-07-01 11:01:07 -07:00
J. Nick Koston
1288085b31
Revert scrape changes to 2022.6.6 ( #74305 )
2022-07-01 10:10:40 -07:00
epenet
9211ba8371
Improve type hints in template ( #74294 )
2022-07-01 10:05:37 -07:00
danaues
72917f1d2c
Lutron caseta ra3keypads ( #74217 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-07-01 10:39:00 -05:00
Álvaro Fernández Rojas
c0ea1a38a6
Fix QNAP QSW DHCP discover bugs ( #74291 )
...
qnqp_qsw: fix DHCP discover bugs
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-07-01 11:52:46 +02:00
Álvaro Fernández Rojas
a58301a97d
Improve qnap_qsw firmware coordinator failures ( #74288 )
...
qnap_qsw: update: improve firmware coordinator failures
Address late comments from @MartinHjelmare (MartinHjelmare).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-07-01 09:48:59 +02:00
Paulus Schoutsen
c78c159d72
Add scan interval to scrape sensor ( #74285 )
2022-07-01 09:40:05 +02:00
BrianWithAHat
7094b7e62f
Bump quantum_gateway to v0.0.8. ( #74284 )
2022-07-01 09:17:27 +02:00
J. Nick Koston
57b63db567
Improve typing for device_automation ( #74282 )
2022-07-01 01:23:00 -05:00
Stefan Rado
273e9b287f
Add config flow for Bose SoundTouch ( #72967 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-06-30 22:20:00 -07:00
J. Nick Koston
7655b84494
Fix key collision between platforms in esphome state updates ( #74273 )
2022-06-30 22:19:40 -07:00
GitHub Action
3970639c34
[ci skip] Translation update
2022-07-01 00:27:03 +00:00
rappenze
7eae3691c2
Add device info to fibaro integration ( #73352 )
2022-06-30 14:57:35 -07:00
Alberto Geniola
73a0197cac
Elmax/sensor platform ( #64090 )
2022-06-30 14:55:57 -07:00
Joakim Plate
11cdf542ac
Bump pyRFXtrx to 0.30.0 ( #74146 )
2022-06-30 14:48:50 -07:00
Khole
4f842014ee
Add ability to forget hive device when removing integration ( #74144 )
2022-06-30 14:47:02 -07:00
David F. Mulcahey
269fa14721
Fix bad conditional in ZHA logbook ( #74277 )
...
* Fix bad conditional in ZHA logbook
* change syntax
2022-06-30 23:59:35 +03:00
Christopher Hoage
dc559f2439
Bump venstarcolortouch to 0.17 ( #74271 )
2022-06-30 22:06:22 +02:00
mbo18
24d2d62121
Add vacation mode to Template Alarm Control Panel ( #74261 )
2022-06-30 12:22:03 -07:00
Guido Schmitz
7656ca8313
Add presence detection to devolo_home_network ( #72030 )
2022-06-30 12:12:12 -07:00
epenet
8ef87205f9
Improve type hints in mqtt ( #74247 )
2022-06-30 21:11:45 +02:00
Rami Mosleh
9a9fea4423
Migrate `glances` unique_id to new format ( #74033 )
2022-06-30 12:10:19 -07:00
Álvaro Fernández Rojas
768b98ae77
Add QNAP QSW Update platform ( #71019 )
...
* qnap_qsw: add Update platform
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: update: allow init if firmware coordinator fails
QSW API can return an error if update servers aren't reachable and this
prevents the integration from loading.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: qnap_qsw: achieve 100% coverage
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-06-30 12:09:08 -07:00
Erik J. Olson
0caeeb56c5
Add Matrix.io HTML message format support ( #69951 )
2022-06-30 12:00:29 -07:00
R. de Veen
3899c9e6d3
Links to Esphomelib.com is changed to esphome.io ( #72680 )
2022-06-30 20:27:31 +02:00
Zack Barett
382b5d5073
Bump frontend to 20220630.0 ( #74266 )
2022-06-30 11:01:23 -07:00
G Johansson
25a5ebe0c7
Met.no use native_* ( #74259 )
2022-06-30 10:47:29 -07:00