Commit graph

52283 commits

Author SHA1 Message Date
Ethan Madden
1eb0983fba
Enable air quality sensor for Core300s () 2022-08-01 17:06:28 +02:00
Joakim Plate
2dd62b14b6
Convert fjäråskupan to built in bluetooth ()
* Add bluetooth discovery

* Use home assistant standard api

* Fixup manufacture data

* Adjust config flow to use standard features

* Fixup tests

* Mock bluetooth

* Simplify device check

* Fix missing typing

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-01 16:56:08 +02:00
mkmer
f2da46d99b
Remove aiohttp close from aladdin connect config_flow ()
Remove aiohttp close from config_flow - throwing error found in 
2022-08-01 16:07:17 +02:00
Erik Montnemery
687ac91947
Support MWh for gas consumption sensors () 2022-08-01 14:22:24 +02:00
epenet
1a40d400dc
Add function/property name to pylint message () 2022-08-01 14:09:47 +02:00
Martin Hjelmare
826de707e4
Add strict typing to openexchangerates () 2022-08-01 11:35:31 +02:00
Marc Mueller
81d1786a16
Remove unused logging args parameter () 2022-08-01 10:13:05 +02:00
Simone Chemelli
0738f08215
Add missing sensors for Shelly Plus H&T ()
* Add missing sensors for Shelly Plus H&T

* Cleanup

* Fix

* Add voltage to battery sensor

* Apply review comments
2022-08-01 09:52:51 +02:00
GitHub Action
5bb5920697 [ci skip] Translation update 2022-08-01 00:28:32 +00:00
epenet
89729b2c49
Improve Registry typing in Alexa handlers () 2022-08-01 00:39:38 +02:00
Jc2k
0167875789
Add physical controls lock to homekit_controller () 2022-07-31 13:30:29 -07:00
mkmer
003ee853a3
Bump AIOAladdinConnect to 0.1.33 ()
Bump aladdin_connect 0.1.33
2022-07-31 13:14:30 -07:00
Franck Nijhof
4af95ecf78
Fix Home Connect services not being set up () 2022-07-31 13:14:09 -07:00
J. Nick Koston
a95851c9c2
Bump pySwitchbot to 0.16.0 to fix compat with bleak 0.15 () 2022-07-31 13:13:05 -07:00
Aaron Bach
a3bffdf523
Appropriately mark Guardian entities as unavailable during reboot () 2022-07-31 13:10:29 -07:00
epenet
98293f2179
Use climate enums in alexa () 2022-07-31 21:29:54 +02:00
Paul Annekov
97b30bec8b
Added a configuration_url for the ukraine_alarm service () 2022-07-31 21:25:16 +02:00
mvn23
84d91d2b3a
Bump pyotgw to 2.0.2 () 2022-07-31 21:14:03 +02:00
epenet
20fec104e2
Improve type hints in light [a-i] ()
* Improve type hints in ads light

* Improve type hints in avea light

* Improve type hints in avion light

* Improve type hints in broadlink light

* More type hints

* One more
2022-07-31 20:46:13 +02:00
Franck Nijhof
c795597511
Improve authentication handling for camera view () 2022-07-31 18:00:42 +02:00
Marc Mueller
1a8ccfeb56
Use device_tracker SourceType enum [a-g] () 2022-07-31 15:51:04 +02:00
Marc Mueller
f068fc8eb7
Use device_tracker SourceType enum [h-m] () 2022-07-31 15:49:57 +02:00
Marc Mueller
450b7cd644
Use device_tracker SourceType enum [n-r] () 2022-07-31 15:48:43 +02:00
Marc Mueller
c9ddb10024
Use device_tracker SourceType enum [s-z] () 2022-07-31 14:01:18 +02:00
epenet
7b1463e03d
Improve type hints in light [i-r] () 2022-07-31 13:53:22 +02:00
epenet
11a19c2612
Improve type hints in light [s-z] () 2022-07-31 13:50:24 +02:00
epenet
90458ee200
Use attributes in zerproc light () 2022-07-31 13:46:25 +02:00
Allen Porter
9e76e8cef8
Bump grpc requirements to 1.48.0 () 2022-07-31 13:37:29 +02:00
MasonCrawford
ee273daf8d
Small fixes for LG soundbar () 2022-07-31 13:32:40 +02:00
Heine Furubotten
1e115341af
Bump enturclient to 0.2.4 () 2022-07-31 13:28:09 +02:00
Aidan Timson
1204b4f700
Add typings to Certificate Expiry integration () 2022-07-31 13:26:16 +02:00
mvn23
abb7495ced
Handle failed connection attempts in opentherm_gw () 2022-07-31 12:21:25 +02:00
GitHub Action
377f56ff5f [ci skip] Translation update 2022-07-31 00:25:44 +00:00
J. Nick Koston
b9b916cdcd
Bump govee-ble to fix H5179 sensors ()
Changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.12.4...v0.12.5
2022-07-30 15:15:06 +02:00
ildar170975
faf25b2235
Add telegram disable_web_page_preview ()
* Add telegram disable_web_page_preview

Adds ability to specify disable_web_page_preview to telegram.notify:
```
- service: notify.telegram
  data:
    message: >-
      <a href="https://www.home-assistant.io/">HA site</a>
    data:
      parse_mode: html
      disable_web_page_preview: true
```

* Update homeassistant/components/telegram/notify.py

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

* Update notify.py

* Update notify.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-30 14:06:55 +02:00
Alex Henry
ace359b1bd
Add multi-zone support to Anthem AV receiver and distribution solution ()
* Add multi-zone support to Anthem AV receiver and distribution amplifier

* Fix typo in comment

* Convert properties to attribute and add test

* Migrate entity name

* Fix after rebase add strict typing and bump version

* fix typing

* Simplify test

* Small improvement

* remove dispatcher send and use callback
2022-07-30 14:04:24 +02:00
epenet
8181da7090
Improve type hints in axis () 2022-07-30 11:04:31 +02:00
J. Nick Koston
bb3e094552
Fix switchbot failing to setup when last_run_success is not saved () 2022-07-29 21:33:29 -07:00
J. Nick Koston
80a9659524
Update to bleak 0.15 () 2022-07-29 17:53:33 -07:00
GitHub Action
c4ad6d46ae [ci skip] Translation update 2022-07-30 00:22:48 +00:00
Bob van Mierlo
69a0943205
Increase the discovery timeout () 2022-07-29 21:46:30 +01:00
Jan Stienstra
879b415415
Fix incorrect check for media source ()
* Fix incorrect check for media source

* Update homeassistant/components/jellyfin/media_source.py

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-07-29 10:11:53 -07:00
Franck Nijhof
2798a77b5f
Fix SimplePush repairs issue () 2022-07-29 09:56:19 -07:00
Matthias Alphart
9bbbee3d88
Update xknx to 0.22.1 () 2022-07-29 09:54:49 -07:00
Jc2k
ca6676a708
Fix xiaomi_ble discovery for devices that don't put the fe95 uuid in service_uuids () 2022-07-29 14:28:39 +02:00
Marc Mueller
2b1e1365fd
Add StrEnum for device_tracker SourceType ()
Add StrEnum for device_tracker SourceType
2022-07-29 13:09:03 +02:00
Nephiel
ab5dfb3c42
Use climate enums in google_assistant () 2022-07-29 12:08:32 +02:00
G Johansson
08b169a7ad
Fix broken Yale lock ()
Yale fix lock
2022-07-29 11:57:19 +02:00
Paulus Schoutsen
aec885a467
Fix Roon media player being set up before hass.data set up () 2022-07-29 09:53:08 +02:00
Paulus Schoutsen
4b2beda473
Move some bleak imports to be behind TYPE_CHECKING () 2022-07-28 22:26:37 -07:00