epenet
db9e8d2fa1
Use OptionsFlowWithConfigEntry in braviatv ( #82902 )
...
* Use OptionsFlowWithConfigEntry in braviatv
* Make use of add_suggested_values_to_schema
* Full coverage
2022-11-29 16:48:51 +01:00
Franck Nijhof
a69e0defe6
Use device class enum instead of string ( #82935 )
2022-11-29 16:40:59 +01:00
epenet
2d7701cab5
Use SchemaOptionsFlowHandler in openuv ( #82494 )
...
* Use suggested_values helper in openuv
* Use SchemaOptionsFlowHandler
2022-11-29 16:14:32 +01:00
iridris
2173075004
Bump pycsspeechtts to v1.0.8 ( #82922 )
2022-11-29 16:06:44 +01:00
Marvin Wichmann
211dd64df1
Update xknx to 2.1.0 ( #82930 )
2022-11-29 16:03:03 +01:00
Mick Vleeshouwer
9a2b608d85
Bump pyoverkiz to 1.7.1 ( #82925 )
2022-11-29 16:00:52 +01:00
Franck Nijhof
f9364c4e01
Fix 4 misconfigured sensor entity descriptions in Tuya ( #82933 )
2022-11-29 15:54:48 +01:00
Franck Nijhof
a3b346b560
Trigger full CI on Text integration changes ( #82907 )
2022-11-29 15:49:10 +01:00
Duco Sebel
982966a3d9
Use device_registry for HomeWizard device_info ( #82921 )
...
* Use global device and use didentifiers to get device_info
* Remove unused config_entry
2022-11-29 14:30:22 +01:00
Matrix
f0b979556c
Add YoLink MultiOutlet support ( #82622 )
2022-11-29 14:10:38 +01:00
Franck Nijhof
412c12b992
Improve device class handling in ESPHome ( #82923 )
2022-11-29 14:07:56 +01:00
Franck Nijhof
9805d8a6cc
Fix device class typing in Universal Devices ISY994 ( #82924 )
2022-11-29 14:07:30 +01:00
north3221
d8a7336a3f
Remove as codeowner for tado ( #82919 )
2022-11-29 13:58:53 +01:00
Marc Mueller
79b400d71b
Improve PluggableActionsEntry typing ( #82885 )
...
* Improve PluggableActionsEntry typing
* Add parameter typing
2022-11-29 13:37:22 +01:00
epenet
f8e1cb5bcf
Use SchemaOptionsFlowHandler in balboa ( #82899 )
...
* Use SchemaOptionsFlowHandler in balboa
* Make CONF_SYNC_TIME required
2022-11-29 13:37:05 +01:00
epenet
e6333c15eb
Use SchemaOptionsFlowHandler in bluetooth ( #82900 )
2022-11-29 13:36:50 +01:00
epenet
23831d746e
Add ability to remove sensors in scrape config flow ( #82912 )
...
* Add ability to remove sensors in scrape config flow
* Add test
* Cleanup registry
* Cleanup
* Adjust comments
* Fix bad cleanup
2022-11-29 13:36:33 +01:00
Thijs W
ce1b2f45c7
Add BROWSE_MEDIA support to frontier_silicon ( #74950 )
...
* Add BROWSE_MEDIA support to frontier_silicon
* Address review comments
* Don't use mediatype to differentiate between channels and presets
2022-11-29 13:31:49 +01:00
Erik Montnemery
7ebd279e14
Tweak pytest-durations CI parameters ( #82918 )
2022-11-29 13:30:26 +01:00
Olen
424febbbed
Remove twinkly debug-logging ( #82915 )
...
Remove debug-logging
Removing a few debug logging statements
2022-11-29 13:01:43 +01:00
J. Nick Koston
d885e45ebb
Bump bluetooth-auto-recovery to 0.5.3 ( #82909 )
2022-11-29 12:50:54 +01:00
Pascal Vizeli
e5c48edddd
Bump aioecowitt to 2022.11.0 ( #82913 )
2022-11-29 12:48:07 +01:00
Erik Montnemery
a888ce9282
Increase timeout of MariaDB CI job ( #82911 )
2022-11-29 12:37:57 +01:00
mlemainque
060102832e
Update daikin sensors ( #82441 )
...
fixes undefined
2022-11-29 11:47:03 +01:00
Olen
33cd59d3c2
Add Twinkly effects ( #82861 )
...
* Add Twinkly effects
* Remove spurious comment
2022-11-29 11:15:30 +01:00
hahn-th
9f8dea10f7
Add support for HmIP-eTRV-E to homematicip_cloud ( #82876 )
...
* Add device HmIP-eTRV-E
* Fix test
2022-11-29 11:13:53 +01:00
epenet
987c7a28a9
Add tests for suggested_values in SchemaFlowFormStep ( #82906 )
...
* Add tests
* Add test for merging user input
2022-11-29 11:09:12 +01:00
Christopher Bailey
596016c2ac
Add new features from new UniFi Protect ( #82892 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-28 23:44:31 -10:00
an0nfunc
a5890b2374
Support xiaomi_miio Smartmi Air Purifier (zhimi.airpurifier.za1) ( #80387 )
2022-11-29 10:29:34 +01:00
J. Nick Koston
f88487be25
Bump yalexs-ble to 1.9.7 ( #82888 )
2022-11-29 10:27:28 +01:00
Raman Gupta
1453308bc4
Add reproduce state support to `text` platform ( #82772 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-11-29 10:27:05 +01:00
Erik Montnemery
f869ce9d06
Validate common statistics DB schema errors on start ( #79707 )
...
* Validate common statistics db schema errors on start
* Fix test
* Add tests
* Adjust tests
* Disable statistics schema validation in tests
* Update after rebase
2022-11-29 10:16:08 +01:00
epenet
724a79a8e8
Add suggested_value helper for FlowHandler ( #82491 )
...
* Add suggested_value helper for ConfigFlow
* Move helper function to FlowHandler
* Rename and adjust docstring
* Fix rebase
2022-11-29 10:16:01 +01:00
epenet
53e05dec02
Add ability to add sensors in scrape config flow ( #82802 )
...
* Add ability to add sensors in scrape config flow
* Fix menu
* Adjust comment
* Use sentinel
* Adjust docstring
2022-11-29 10:13:38 +01:00
Raman Gupta
258b9fe663
Support restoring TextEntity native_value ( #82770 )
2022-11-29 10:09:41 +01:00
Jan Bouwhuis
fcccc44ccb
Cleanup unused AlexaPercentageController code ( #82880 )
2022-11-29 10:06:53 +01:00
dependabot[bot]
026a222d16
Bump home-assistant/builder from 2022.09.0 to 2022.11.0 ( #82897 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 09:38:45 +01:00
J. Nick Koston
46b18367f7
Send back BLE address type when connecting via esphome proxies ( #82890 )
2022-11-28 18:54:53 -10:00
Christopher Bailey
1748a19242
Bump pyunifiprotect to 4.5.1 ( #82886 )
...
* Bump pyunifiprotect to 4.5.0
* Bump version to 4.5.1
2022-11-28 18:30:48 -10:00
J. Nick Koston
fb98128b9f
Add support for esphome ble client connections v3 ( #82815 )
2022-11-28 16:56:18 -10:00
GitHub Action
230b50d099
[ci skip] Translation update
2022-11-29 00:26:01 +00:00
Joakim Sørensen
7c82b78f8c
Add repair for legacy subscription to cloud integration ( #82621 )
2022-11-28 23:35:24 +01:00
Joakim Sørensen
82b2aaaa3e
Patch entry setup in upcloud test ( #82882 )
2022-11-28 22:38:31 +01:00
ark
eb25968b31
Add valid country tests to workday sensors ( #82799 )
...
fixes undefined
2022-11-28 22:22:57 +01:00
Raman Gupta
71eb45072c
Add device action for `text` platform ( #82773 )
2022-11-28 20:57:44 +01:00
Jan Bouwhuis
5d4c4a1293
Add humidifier support for Alexa ( #81329 )
2022-11-28 09:55:22 -10:00
Franck Nijhof
35e81cf982
Update aiohttp to 3.8.3 ( #78860 )
2022-11-28 20:42:10 +01:00
Christopher Bailey
b842e26d36
Split UniFi Protect object sensor into multiple ( #82595 )
2022-11-28 09:07:53 -10:00
Erik Montnemery
892be99ca0
Check if Multi-PAN addon is using the HA Yellow's radio ( #82853 )
2022-11-28 13:55:07 -05:00
Erik Montnemery
58b3a00b16
Remove unnecessary DB access from statistic_during_period ( #82871 )
2022-11-28 13:48:06 -05:00