Jan Bouwhuis
b3403d7fca
Improve MQTT type hints part 3 ( #80542 )
...
* Improve typing debug_info
* Improve typing device_automation
* Improve typing device_trigger
* Improve typing fan
* Additional type hints device_trigger
* Set fan type hints to class level
* Cleanup and mypy
* Follow up and missed hint
* Follow up comment
2022-11-03 13:06:53 +01:00
Dennis Schroer
dcd1ab7ec3
Update energyflip-client dependency to 0.2.2 ( #81426 )
2022-11-03 12:53:58 +01:00
J. Nick Koston
905005e1e8
Bump dbus-fast 1.64.0 ( #81462 )
...
- Performance improvements
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.61.1...v1.64.0
2022-11-03 12:51:38 +01:00
hahn-th
918940a0c6
Add HmIP-WGC to homematicip_cloud integration ( #75733 )
...
* Add HmIP-WGC
* remove unused code
* removed test test_manually_configured_platform
2022-11-03 12:03:49 +01:00
Franck Nijhof
7556f2b84e
Update cryptography to 38.0.3 ( #81455 )
2022-11-03 11:18:25 +01:00
J. Nick Koston
454f328a36
Bump aiohomekit to 2.2.14 ( #81454 )
2022-11-03 11:14:01 +01:00
Franck Nijhof
08772004b3
Fix SSDP failure to start on missing URLs ( #81453 )
2022-11-03 11:13:23 +01:00
Jan Bouwhuis
203c83b6f0
Use _attr_ in MQTT climate ( #81406 )
...
* Use _attr_ in MQTT climate
* Follow up comment
* Do not change code
2022-11-03 10:58:37 +01:00
Rami Mosleh
328eda044a
Use DataUpdateCoordinator for glances ( #72748 )
...
* use DataUpdateCoordinator for glances
add tests to increase coverage
fix test_config_flow.py
fix codecov/patch
remove unused const, minor tweaks
remove invalid_auth test as it is not implemented
fix type hints
* change to async_forward_entry_setups
* Use Dataupdatecoordinator for glances
* minor fixex
* minor fixes
* minor fix
* remove support_versions const
* coe cleanup
* address comments
* fix sensor native_value
* Rename entry to entry_data in `get_api`
* Remove whitespace in sensor name
2022-11-03 10:02:25 +01:00
Raman Gupta
739ed6a6c8
Fix eight sleep client creation ( #81440 )
...
Fix eight sleep bug
2022-11-03 09:43:48 +01:00
Malte Franken
ee4d28000d
Add integration_type to gdacs ( #81451 )
2022-11-03 09:32:40 +01:00
J. Nick Koston
adf35e5ec2
Skip flume devices with location missing ( #81441 )
...
fixes #81438
2022-11-03 08:51:08 +01:00
Jan
6bd8cf0072
Use 'kWh' as unit for 'IEC_ENERGY_COUNTER' ( #81427 )
...
The standard unit for the 'IEC_ENERGY_COUNTER' type is 'kWh' instead of 'Wh'
2022-11-03 08:27:46 +01:00
Austin Brunkhorst
28989754cd
Update pysnooz to 0.8.3 ( #81428 )
2022-11-03 03:10:07 +01:00
GitHub Action
7995f0e414
[ci skip] Translation update
2022-11-03 00:28:45 +00:00
rappenze
1beab96946
Replace deprecated unit constants in fibaro sensor ( #81425 )
2022-11-02 23:02:44 +01:00
Jan Bouwhuis
bda7e416c4
Improve MQTT type hints part 2 ( #80529 )
...
* Improve typing camera
* Improve typing cover
* b64 encoding can be either bytes or a string.
2022-11-02 20:33:46 +01:00
Jan Bouwhuis
b4ad03784f
Improve MQTT type hints part 1 ( #80523 )
...
* Improve typing alarm_control_panel
* Improve typing binary_sensor
* Improve typing button
* Add misssed annotation
* Move CONF_EXPIRE_AFTER to _setup_from_config
* Use CALL_BACK type
* Remove assert, improve code style
2022-11-02 20:33:18 +01:00
Bram Kragten
76819d81be
Update frontend to 20221102.1 ( #81422 )
2022-11-02 20:25:31 +01:00
epenet
9afabc17ae
Use attr in mqtt sensor ( #81402 )
2022-11-02 19:50:11 +01:00
epenet
d385a85ccb
Cleanup schema validation in scrape sensor ( #81419 )
2022-11-02 18:46:03 +01:00
epenet
466365c8de
Fix Renault charging power sensor ( #81412 )
2022-11-02 18:07:51 +01:00
Allen Porter
e1be63f26c
Bump gcal_sync to 2.2.3 ( #81414 )
2022-11-02 17:57:23 +01:00
Poltorak Serguei
7af0f16f79
Rework Z-Wave.Me to group entities of one physical devices ( #78553 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com>
2022-11-02 17:53:10 +01:00
G Johansson
93d74cafdc
Fix late review comments for Scrape ( #81259 )
...
* Review comments from #74325
* Remove moved test
* Fix init
* Handle no data
* Remove print
* Fix tests
* PlatformNotReady if no data
* Recover failed platform setup
* Fix broken test
* patch context
* reset test init
* Move to platform
* asyncio gather
* Remove duplicate code
2022-11-02 17:52:36 +01:00
epenet
442c5ccc06
Use attr in mqtt fan ( #81401 )
...
* Use attr in mqtt fan
* Fix is_on
2022-11-02 16:25:18 +01:00
Rami Mosleh
fc3843f5e2
Add config flow to `pushbullet` ( #74240 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-02 16:11:44 +01:00
Franck Nijhof
71920cd687
Update spotipy to 2.21.0 ( #81395 )
2022-11-02 15:02:09 +01:00
J. Nick Koston
ab14e55c05
Ensure we do not actually create a BleakScanner in the usage test ( #81362 )
...
Avoids a failure when bluetooth is turned off when
testing on macos:
bleak.exc.BleakError: Bluetooth device is turned off
2022-11-02 14:57:59 +01:00
Daniel Hjelseth Høyer
b2a4228dae
Update adax library to 0.1.5 ( #81407 )
2022-11-02 14:50:38 +01:00
epenet
a255546e9d
Use attr in mqtt binary sensor and switch ( #81403 )
2022-11-02 13:41:14 +01:00
epenet
7a930d7e79
Use attr in mqtt humidifier ( #81400 )
2022-11-02 13:39:36 +01:00
epenet
dd4b843d47
Use attr in mqtt number ( #81399 )
2022-11-02 13:39:21 +01:00
Paulus Schoutsen
a8c527f6f3
Add unit conversion for energy costs ( #81379 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-11-02 12:18:50 +01:00
Bram Kragten
44f63252e7
Update frontend to 20221102.0 ( #81405 )
2022-11-02 11:52:19 +01:00
J. Nick Koston
f445b96a4e
Bump aiohomekit to 2.2.13 ( #81398 )
2022-11-02 11:08:16 +01:00
Mike Degatano
0bfb0c25f6
Improve supervisor repairs ( #81387 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-11-01 21:29:11 -04:00
J. Nick Koston
10aa1d386a
Bump dbus-fast to 1.61.1 ( #81386 )
2022-11-01 20:52:13 -04:00
GitHub Action
697a81c4a3
[ci skip] Translation update
2022-11-02 00:30:01 +00:00
J. Nick Koston
054a271bd2
Bump aiohomekit to 2.2.12 ( #81372 )
...
* Bump aiohomekit to 2.2.12
Fixes a missing lock which was noticable on the esp32s
since they disconnect right away when you ask for gatt
notify.
https://github.com/Jc2k/aiohomekit/compare/2.2.11...2.2.12
* empty
2022-11-02 00:00:04 +02:00
Maciej Bieniek
329466d131
Enable strict typing for NextDNS ( #81378 )
2022-11-01 23:58:07 +02:00
J. Nick Koston
54df052699
Bump bleak-retry-connector to 2.8.2 ( #81370 )
...
* Bump bleak-retry-connector to 2.8.2
Tweaks for the esp32 proxies now that we have better error
reporting. This change improves the retry cases a bit with
the new https://github.com/esphome/esphome/pull/3971
* empty
2022-11-01 21:49:05 +01:00
J. Nick Koston
914ccdbc4f
Fix unload race in unifiprotect tests ( #81361 )
2022-11-01 13:21:20 -05:00
Franck Nijhof
5c99e2e5d3
Improve error logging of WebSocket API ( #81360 )
2022-11-01 14:11:50 -04:00
puddly
b4637fae37
Bump zigpy-zigate to 0.10.3 ( #81363 )
2022-11-01 12:57:53 -05:00
J. Nick Koston
972b36b469
Adjust time to remove stale connectable devices from the esphome ble to closer match bluez ( #81356 )
2022-11-01 13:07:42 -04:00
J. Nick Koston
5b09ab93dc
Immediately prefer advertisements from alternate sources when a scanner goes away ( #81357 )
2022-11-01 13:07:03 -04:00
J. Nick Koston
9be204629b
Bump aiohomekit to 2.2.11 ( #81358 )
2022-11-01 16:44:58 +00:00
Jan Bouwhuis
db0785827f
Revert "Do not write state if payload is `''`" for MQTT sensor ( #81347 )
...
* Revert "Do not write state if payload is ''"
This reverts commit 869c11884e
.
* Add test
2022-11-01 16:25:01 +01:00
Maciej Bieniek
509d5fd69d
Lower log level for non-JSON payload in MQTT update ( #81348 )
...
Change log level
2022-11-01 15:57:48 +01:00