Franck Nijhof
dc17bca00c
Add config entry selector ( #77108 )
2022-08-24 00:29:30 +02:00
Martin Hjelmare
f1075644f8
Bump pymysensors to 0.24.0 ( #77201 )
2022-08-24 00:00:54 +02:00
mkmer
5ce64539c5
Bump AIOAladdinConnect to 0.1.42 ( #77205 )
2022-08-23 23:57:38 +02:00
y34hbuddy
99ec341d6e
Refactor volvooncall to use ConfigFlow ( #76680 )
...
* refactor volvooncall to use ConfigFlow
* remove unused constant SIGNAL_STATE_UPDATED
* implemented feedback
* improve ConfigFlow UX by giving an option for region=None
* implemented more feedback
* next round of feedback
* implemented more feedback
* improve test coverage
* more test coverage
* Apply suggestions from code review
* implemented feedback on tests
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-23 20:58:17 +02:00
Erik Montnemery
f61edf0778
Fix updating of statistics metadata name ( #77207 )
...
* Fix updating of statistics metadata name
* Fix test
* Test renaming
2022-08-23 17:51:17 +02:00
Abílio Costa
b1d249c391
Update Whirlpool integration for 0.17.0 library ( #76780 )
...
* Update Whirlpool integration for 0.17.0 library
* Use dataclass for integration shared data
2022-08-23 17:25:58 +02:00
J. Nick Koston
7f001cc1d1
ESPHome BLE scanner support ( #77123 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-23 10:41:50 -04:00
J. Nick Koston
c975146146
Reduce discovery integration matching overhead ( #77194 )
2022-08-23 10:35:20 -04:00
dependabot[bot]
bf5ab64b99
Bump actions/cache from 3.0.7 to 3.0.8 ( #77196 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-23 12:37:28 +02:00
Erik Flodin
9e66b30af9
Add new sensors for energy produced (via Tibbber) ( #76165 )
...
The new sensors tibber:energy_(production|profit)_<home_id> are like the
existing consumption/totalCost ones except that they report outgoing
energy instead of incomeing.
2022-08-23 10:02:58 +02:00
Thijs W
680a477009
Fix frontier silicon EQ Mode not present on all devices ( #76200 )
...
* Fix #76159 : EQ Mode not present on all devices
* Address review remarks
* Duplicate bookkeeping of sound mode support
* reduce length of try-blocks
2022-08-23 09:41:07 +02:00
Jan Bouwhuis
be2366d773
Add `this` object to MQTT templates ( #77142 )
...
* Add `this` object to MQTT templates
* Only set once, remove hass guard
* Set once if there is a state
* Add tests TemplateStateFromEntityId calls once
2022-08-23 08:43:07 +02:00
J. Nick Koston
c76dec138a
Discover new bluetooth adapters when they are plugged in ( #77006 )
2022-08-22 15:45:08 -10:00
epenet
325557c3e9
Use _attr_should_poll in zha entities ( #77175 )
2022-08-22 21:38:26 -04:00
Christopher Bailey
ce3502291d
Add better support for UniFi Protect Cameras with Removable Lens ( #76942 )
2022-08-22 14:58:31 -10:00
GitHub Action
0f0e398945
[ci skip] Translation update
2022-08-23 00:32:02 +00:00
Franck Nijhof
9843753f30
Add alias support to all triggers ( #77184 )
2022-08-22 17:43:09 -04:00
Klaas Schoute
29b502bb0a
Add diagnostics for Pure Energie integration ( #77151 )
...
* Add diagnostics for Pure Energie integration
* Update test after feedback
2022-08-22 22:18:17 +02:00
epenet
f0646dfb42
Improve type hint in filter sensor entity ( #77155 )
2022-08-22 21:40:33 +02:00
epenet
df5f6bdfc1
Use _attr_should_poll in camera entities ( #77173 )
2022-08-22 20:30:35 +02:00
epenet
03ed552ca9
Improve type hint in foscam camera entity ( #77166 )
2022-08-22 20:23:15 +02:00
Christopher Bailey
e3210291a5
Bump version of pyunifiprotect to 4.1.4 ( #77172 )
2022-08-22 08:10:02 -10:00
Oscar Calvo
e4b288ef7c
Load sms notify via discovery ( #76733 )
...
* Fix #76283
Fix #76283
* Update notify.py
* Support sending SMS as ANSI
* Put back load via discovery
* Update homeassistant/components/sms/const.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix typo
* Apply PR feedback
* Fix bad reference
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Apply PR feedback
* Add back schema
* Update homeassistant/components/sms/notify.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix pylint
* Remove platform schema
* Fix after merge
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-22 20:03:57 +02:00
J. Nick Koston
3938015c93
Add support for scanners that do not provide connectable devices ( #77132 )
2022-08-22 14:02:26 -04:00
Erik Montnemery
61ff1b786b
Add a context variable holding a HomeAssistant reference ( #76303 )
...
* Add a context variable holding a HomeAssistant reference
* Move variable setup and update test
* Refactor
* Revert "Refactor"
This reverts commit 346d005ee6
.
* Set context variable when creating HomeAssistant object
* Update docstring
* Update docstring
Co-authored-by: jbouwh <jan@jbsoft.nl>
2022-08-22 15:58:01 +02:00
epenet
58b9785485
Improve entity type hints [f] ( #77143 )
2022-08-22 13:36:33 +02:00
epenet
b108ddbfd3
Improve type hint in ephember climate entity ( #77138 )
2022-08-22 13:32:06 +02:00
epenet
d7685f869a
Improve type hint in emby media-player entity ( #77136 )
2022-08-22 13:30:28 +02:00
epenet
6693cfd036
Improve type hint in ecobee climate entity ( #77133 )
2022-08-22 13:27:36 +02:00
epenet
9467b7d018
Improve type hint in eq3btsmart climate entity ( #77131 )
2022-08-22 13:27:02 +02:00
Franck Nijhof
5a0e4fa5ee
Add hide attribute support to attribute selector ( #77072 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-08-22 12:55:30 +02:00
epenet
5cb91d7cef
Improve type hint in eddystone sensor entity ( #77135 )
2022-08-22 11:36:59 +02:00
epenet
361f82f5fa
Improve type hints in epson media player ( #77129 )
2022-08-22 11:34:20 +02:00
Oscar Calvo
8cd04750fc
Support send SMS using GSM alphabet ( #76834 )
...
* Fix #76283
Fix #76283
* Update notify.py
* Load SMS via discovery
* Put back send as ANSI
2022-08-22 09:22:43 +02:00
Khole
1940d9a377
Hive Add ability to trigger the alarm ( #76985 )
...
* Add ability to trigger the alarm
* Add mapping for sos state when triggered manually
* Update homeassistant/components/hive/alarm_control_panel.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Update homeassistant/components/hive/alarm_control_panel.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Fix linter issues
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-08-22 09:20:12 +02:00
epenet
ed60611b07
Improve type hint in cast media_player entity ( #77025 )
...
* Improve type hint in cast media_player entity
* Update docstring
2022-08-22 09:13:14 +02:00
Maciej Bieniek
e03eb238e2
Protect against an exception in Shelly climate platform ( #77102 )
...
Check if state in HVACMode
2022-08-22 09:03:32 +02:00
sophof
8b46174667
Add NZBGet speed limit sensor ( #77104 )
...
* Added sensor for download rate limit
* Added test for speed limit
2022-08-22 09:02:05 +02:00
Maciej Bieniek
cba2893862
Set quality scale to platinum in the NextDNS integration ( #77099 )
...
* Set quality scale to platinum
* Catch exceptions on when service calls
* Add tests
2022-08-21 22:08:57 -07:00
GitHub Action
eef7bdb44b
[ci skip] Translation update
2022-08-22 00:27:12 +00:00
J. Nick Koston
f3e432c9c7
Reduce bluetooth logging noise when an adapter is recovered ( #77109 )
2022-08-21 12:03:14 -10:00
Franck Nijhof
bce74ee19e
Merge branch 'master' into dev
2022-08-21 22:17:58 +02:00
J. Nick Koston
86e17865f9
Bump pySwitchbot to 0.18.14 ( #77090 )
2022-08-21 20:36:27 +02:00
Vincent Knoop Pathuis
90ef87f4a6
Add default polling for landis gyr heat meter ( #77078 )
2022-08-21 20:16:38 +02:00
Maciej Bieniek
ed7ceb0268
Bump NextDNS backend library ( #77105 )
2022-08-21 19:34:37 +02:00
Daniel
2f652901b6
Add long term statistics for tellduslive ( #75789 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-08-21 19:31:49 +02:00
Gábor Gyenge
23ef3bf9ac
Add UV switch to Pet Waterer in Tuya integration ( #76718 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-08-21 19:31:34 +02:00
Artem Draft
ac56b3306a
Fix covers moving state in HomeKit ( #77101 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-08-21 06:54:37 -10:00
J. Nick Koston
5d8f5708f4
Bump qingping-ble to 0.3.0 ( #77094 )
2022-08-21 18:51:58 +02:00
Joakim Plate
4dad24bc51
Don't check for periodic ventilation in fan control ( #77089 )
...
Don't check for periodic ventilation
2022-08-21 09:48:23 +02:00