GitHub Action
e1483ff746
[ci skip] Translation update
2023-01-21 00:24:12 +00:00
Erik Montnemery and GitHub
1e2f00e186
Improve device automation validation ( #86143 )
2023-01-21 00:44:17 +01:00
shbatm and GitHub
0c8b6c13fc
Bump PyISY to 3.1.9 for performance improvements ( #86297 )
2023-01-20 13:09:00 -10:00
Daniel Hjelseth Høyer and GitHub
50800d2590
Update pyTibber to 0.26.11 ( #86316 )
2023-01-21 00:01:17 +01:00
Nathan Spencer and GitHub
be5fe29dc9
Correct pet_weight sensor state class in litterrobot ( #86320 )
2023-01-21 00:00:05 +01:00
Maciej Bieniek and GitHub
58bfeb3110
Fix state_class for Accuweather precipitation sensor ( #86088 )
2023-01-20 23:36:25 +01:00
Jan Bouwhuis and GitHub
80929c5f8c
Update stale docstring on demo lock platform ( #86306 )
...
Update stale docstring
2023-01-20 23:01:32 +01:00
7e51aeb916
Reolink add binary sensors ( #85654 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2023-01-20 22:27:59 +01:00
mkmer and GitHub
7f4a727e10
Address Honeywell late review ( #86202 )
2023-01-20 20:30:48 +01:00
Shay Levy and GitHub
df77646c8a
Fix Shelly sleeping Gen2 - do not refresh from zeroconf discovery ( #86296 )
2023-01-20 21:27:31 +02:00
Franck Nijhof and GitHub
914704e459
Remove deprecated Uptime YAML configuration ( #86292 )
2023-01-20 18:50:32 +02:00
Franck Nijhof and GitHub
7e8c081065
Refactor HomeWizard switch platform to use entity descriptions ( #86011 )
2023-01-20 08:49:04 -05:00
Franck Nijhof and GitHub
a9728bd3a5
Update python-homewizard-energy to 1.6.1 ( #86274 )
...
* Update python-homewizard-energy to 1.6.1
* Adjust tests
2023-01-20 08:48:48 -05:00
Franck Nijhof and GitHub
c14aa7bee4
Automatically set up HomeWizard during onboarding ( #86024 )
...
* Automatically set up HomeWizard during onboarding
* Add disabled API during onboarding test
* Mark onboarding complete half way in the test
2023-01-20 08:48:36 -05:00
Franck Nijhof and GitHub
db6cacafcb
Add battery device class to Glances battery sensor ( #86278 )
2023-01-20 08:47:38 -05:00
Erik Montnemery and GitHub
ae39b95bb1
Rename otbr integration ( #86284 )
...
Rename otbr integration
2023-01-20 08:32:41 -05:00
Erik Montnemery and GitHub
d94f007dbf
Import recorder locally in test fixtures ( #86286 )
2023-01-20 14:22:48 +01:00
Franck Nijhof and GitHub
24fdd588fd
Code styling tweaks to the tests - Part 1 ( #86192 )
2023-01-20 13:52:46 +01:00
Franck Nijhof and GitHub
79b52a2b41
Stricter pylint message control ( #86154 )
2023-01-20 13:47:55 +01:00
29b2b6727e
Add Stookwijzer ( #84435 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2023-01-20 13:42:47 +01:00
Duco Sebel and GitHub
658db7ff05
Add sensors for smart and gas meter identifiers (serial numbers) in HomeWizard ( #86282 )
2023-01-20 13:42:01 +01:00
Michael and GitHub
e1512fd3e1
Support password less PI-Hole installations ( #86184 )
...
fixes undefined
2023-01-20 13:02:44 +01:00
Jan Bouwhuis and GitHub
92742ae423
Add jammed state support for MQTT lock ( #86010 )
...
* Add jammed state support for MQTT lock
* Correct payload jammed key
* Add tests - rename solved to ok
* Rename jammed state and template topics to motor
* Use state topic for handling motor state
* Follow up comments
* Change default behaviour `state_unjammed`
* Skip `state_unjammed`
2023-01-20 12:19:26 +01:00
Marc Mueller and GitHub
c8b9260f92
Add option to run only pylint or mypy tests [ci] ( #86260 )
2023-01-20 11:43:52 +01:00
585c4acfee
Shelly - use common coordinator base class ( #86262 )
...
* Shelly - use common coordinator base class
* rename entry to device_entry
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@koston.org >
2023-01-20 09:43:01 +02:00
starkillerOG and GitHub
3c4455c696
Bump reolink-aio to 0.3.0 ( #86259 )
...
* Bump reolink-aio to 0.3.0
* fix typo
* ReolinkException
2023-01-20 08:05:43 +01:00
Duco Sebel and GitHub
4be7b62607
Bumb python-homewizard-energy to 1.6.0 ( #86255 )
2023-01-19 21:33:58 -05:00
Klaas Schoute and GitHub
afb704f607
Bump odp-amsterdam to v5.0.1 ( #86252 )
...
Bump package version to v5.0.1
2023-01-19 21:26:51 -05:00
Aarni Koskela and GitHub
656632f504
Fix docstring in helpers.template_entity ( #86227 )
2023-01-19 21:24:44 -05:00
Marc Mueller and GitHub
f00aadfc25
Improve ld2410_ble generic typing ( #86258 )
2023-01-20 01:50:58 +01:00
GitHub Action
59ad232ce5
[ci skip] Translation update
2023-01-20 00:25:31 +00:00
Michael Hansen and GitHub
5aca996f22
HassTurnOn/Off intents to also handle cover entities ( #86206 )
...
* Move entity/area resolution to async_match_states
* Special case for covers in HassTurnOn/Off
* Enable light color/brightness on areas
* Remove async_register from default agent
* Remove CONFIG_SCHEMA from conversation component
* Fix intent tests
* Fix light test
* Move entity/area resolution to async_match_states
* Special case for covers in HassTurnOn/Off
* Enable light color/brightness on areas
* Remove async_register from default agent
* Remove CONFIG_SCHEMA from conversation component
* Fix intent tests
* Fix light test
* Fix humidifier intent handlers
* Remove DATA_CONFIG for conversation
* Copy ServiceIntentHandler code to light
* Add proper errors to humidifier intent handlers
2023-01-19 17:15:01 -06:00
Paulus Schoutsen and GitHub
8f10c22a23
Update ESPHome devices from HA ( #86249 )
...
* Update ESPHome devices from HA
* esphome-dashboard-api==1.2.2
* Limit to 1 parallel ESPHome update
2023-01-19 16:28:46 -05:00
Joris Pelgröm and GitHub
8aeb20db00
Update allowlisted OAuth redirect URIs for Wear OS in China ( #86247 )
2023-01-19 16:07:08 -05:00
Paulus Schoutsen and GitHub
9631146745
Add conversation mobile app webhook ( #86239 )
...
* Add conversation mobile app webhook
* Re-instate removed unused import which was used as fixture
2023-01-19 13:59:02 -05:00
Aarni Koskela and GitHub
c0d9dcdb3f
Fix docstring in esphome.bluetooth.client ( #86226 )
2023-01-19 15:21:32 +01:00
Aarni Koskela and GitHub
40d39a15c9
Fix stray string literal in bluetooth test wrapper ( #86228 )
2023-01-19 14:53:43 +01:00
GrahamJB1 and GitHub
200d3ae845
modbus slave unique ids ( #86126 )
...
modbus slave unique ids
2023-01-19 11:08:11 +01:00
epenet and GitHub
6802f3db30
Add filter to strict-typing ( #86215 )
...
* Add filter to strict-typing
* Adjust comment
2023-01-19 11:07:42 +01:00
Patrick and GitHub
3f348714e2
75142 Added QEMU_CPU ARG to the dockerfile ( #86178 )
...
at the moment when building for armhf its downloading the wrong packages since version 2022.7.6
Trying to start newer version with an armv6 raspberry leads to an infinite loop of exit code 256
2023-01-19 10:22:23 +01:00
GrahamJB1 and GitHub
bcd4c031c6
Support float in modbus register sensor ( #86128 )
...
register sensor should support float
2023-01-19 09:41:49 +01:00
Franck Nijhof and GitHub
6f44bd43b0
Clean up HomeWizard diagnostic tests ( #86211 )
2023-01-19 09:35:12 +01:00
epenet and GitHub
74096b87eb
Add type hints to Filter ( #86165 )
2023-01-19 08:09:18 +01:00
epenet and GitHub
4b6157cd9b
Add type hints to Filter integration tests ( #86169 )
...
* Add type hints to filter tests
* Adjust
* Ensure strings are passed to State constructor
* Simplify Recorder import
2023-01-19 08:09:04 +01:00
Michael Hansen and GitHub
2f98485ae7
Add conversation reload service ( #86175 )
...
* Add preload and reload service calls to conversation
* Add conversation preload/reload to websocket API
* Merge prepare into reload
* reload service and prepare websocket API
* Add preload and reload service calls to conversation
* Add conversation preload/reload to websocket API
* Merge prepare into reload
* reload service and prepare websocket API
* Add language lock for loading intents
* Add more tests for code coverage
2023-01-18 19:36:51 -06:00
ca885f3fab
Add a switch to Starlink for stow/unstow ( #85730 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2023-01-18 14:57:48 -10:00
GitHub Action
d1ecc418bb
[ci skip] Translation update
2023-01-19 00:25:04 +00:00
Tom Harris and GitHub
353638426e
Cleanup Insteon code issues ( #86173 )
...
Clean up code issues
2023-01-19 01:27:59 +02:00
Shay Levy and GitHub
0dabbcfca1
Fix Shelly sleeping Gen2 device updates ( #86198 )
2023-01-19 01:11:40 +02:00
Brandon Rothweiler and GitHub
37c1052cce
Rename Eufy integration to EufyHome ( #86065 )
2023-01-18 21:47:57 +01:00