rappenze
4813e6e420
Code cleanup fibaro lock ( #73389 )
...
* Code cleanup fibaro lock
* Adjust typings as suggested in code review
2022-06-21 09:55:08 +02:00
J. Nick Koston
9d13252142
Cleanup device callbacks in unifiprotect ( #73463 )
2022-06-20 22:52:41 -05:00
G Johansson
0007178d63
Add filters and service to Sensibo ( #73687 )
2022-06-20 22:33:47 -05:00
Christopher Bailey
3851c7b4b4
Bumps version of pyunifiprotect to 4.0.4 ( #73722 )
2022-06-20 22:09:13 -05:00
GitHub Action
109d1844b3
[ci skip] Translation update
2022-06-21 00:22:51 +00:00
Christopher Bailey
b956d125f9
Fix UniFi Protect write rate sensor ( #73759 )
2022-06-20 19:10:59 -05:00
epenet
4bc1314499
Fix REPORT_CONFIG type hint in zha ( #73762 )
...
Fix REPORT_CONFIG type hint
2022-06-20 18:32:32 -04:00
Nate Harris
55eca2e2b4
Bump pycketcasts to 1.0.1 ( #73262 )
...
* Replace outdated pocketcast dependency
* Fix pycketcasts in requirements_all.txt
* Fix pycketcasts in requirements_all.txt
* Fix pycketcasts in requirements_all.txt
2022-06-20 21:04:31 +02:00
jjlawren
c98419b031
Bump soco to 0.28.0 ( #73750 )
2022-06-20 20:59:29 +02:00
Franck Nijhof
16e7593a7b
Add state class to Flipr sensors ( #73747 )
2022-06-20 20:29:50 +02:00
Gordon Allott
66b02ecff0
Ensure metoffice daily are returned once daily ( #72440 )
...
* ensure metoffice daily are returned once daily
* Fixes metoffice tests for MODE_DAILY
2022-06-20 20:27:39 +02:00
epenet
f43cc18aa3
Fix type hints in zha platforms ( #73745 )
...
* Adjust binary_sensor
* Adjust device_action
* Adjust device_tracker
* Adjust fan
* Adjust lock
* Adjust siren
2022-06-20 11:31:16 -04:00
epenet
9a95649a22
Use a TypedDict for REPORT_CONFIG in zha ( #73629 )
...
* Introduce ReportConfig TypedDict in zha
* Fix hint
* Always use Tuple
* Replace empty list with empty tuple
* Allow float for third config tuple value
* ReportConfig -> AttrReportConfig
* dict -> AttrReportConfig
* Allow int attributes
* Add coments
2022-06-20 11:29:45 -04:00
epenet
be2aa44559
Fix mypy issues in zha config_flow ( #73744 )
2022-06-20 16:25:24 +02:00
Rami Mosleh
81e3ed790d
Add re-authentication for `transmission` ( #73124 )
...
* Add reauth flow to transmission
* fix async_setup
* add strings
* fix test coverage
2022-06-20 16:09:58 +02:00
Joel
3824703a64
Fix homematicip cloud cover tilt position ( #73410 )
...
* cover slats fixed set tilt position
* Update cover.py
* Adjust tests
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-06-20 16:08:43 +02:00
rappenze
483406dea5
Code cleanup fibaro switch and binary sensor ( #73386 )
2022-06-20 15:46:28 +02:00
Alessandro Ghedini
670bf0641a
Update london-tube-status for TfL API breaking change ( #73671 )
...
* Update london-tube-status for TfL API breaking change
The TfL API used by the london_underground component (through the
london-tube-status module) introduced breaking changes recently, which
in turn broke the component, and require updating the london-tube-status
dependency to fix.
However the newer module versions also introduced other changes,
including switching from requests to aiohttp, which require converting
the london_underground component to use async APIs.
Fixes #73442
* Update sensor.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-06-20 15:08:50 +02:00
epenet
b6d3e34ebc
Drop custom type (CALLABLE_T) from zha ( #73736 )
...
* Drop CALLABLE_T from zha
* Adjust .coveragerc
* Apply suggestions from code review
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Add TypeVar
* Apply suggestions from code review
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* One more
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Flake8
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2022-06-20 14:50:27 +02:00
w-marco
c075760ca0
Display Windows as TYPE_WINDOW in Google Home ( #73533 )
...
* Display Windows as TYPE_WINDOW in Google Home
* set window type to window in smart_home test
2022-06-20 13:03:43 +02:00
Thibaut
3571a80c8d
Add support for Somfy Thermostat in Overkiz integration ( #67169 )
...
* Add Somfy Thermostat
* Fix linked device
Co-authored-by: Vincent Le Bourlot <vlebourl@gmail.com>
* Mark Somfy thermostat as supported
* Fix wrong usage of cast
* Update presets to lowercase
* Rename constants
* Remove _saved_target_temp
* Apply black
* Clean code
* Fix mypy errors
* Use constants from pyoverkiz
* Use enum for target temp
* Add comment
* Use ClimateEntityFeature
* Ease code
Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
* Remove unused imports
* Use HVACAction
* Use HVACMode
* Use more Overkiz constants
* Don’t copy/paste
* Don’t use magic number
Co-authored-by: Vincent Le Bourlot <vlebourl@gmail.com>
Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
2022-06-20 12:58:08 +02:00
epenet
2de4b193e3
Remove unnecessary type definitions in zha ( #73735 )
...
* Cleanup ZigpyClusterType
* Cleanup ZigpyDeviceType
* Cleanup ZigpyEndpointType
* Cleanup ZigpyGroupType
* Cleanup ZigpyZdoType
2022-06-20 12:49:40 +02:00
epenet
b318b9b196
Improve onvif type hints ( #73642 )
...
* Remove onvif from mypy ignore list
* Adjust parsers
* Adjust event
* Adjust config_flow
2022-06-20 12:07:33 +02:00
Robert Svensson
474e0fd6d0
Use pydeconz interface controls for climate platform ( #73670 )
...
* Use pydeconz interface controls for climate
* Bump pydeconz to make use of enums in more places
2022-06-20 12:04:12 +02:00
Franck Nijhof
edeb5b9286
Update spotipy to 2.20.0 ( #73731 )
2022-06-20 11:46:58 +02:00
epenet
06e45893aa
Remove invalid type definitions in zha ( #73596 )
2022-06-20 11:28:53 +02:00
J. Nick Koston
120479acef
Enable polling for hardwired powerview devices ( #73659 )
...
* Enable polling for hardwired powerview devices
* Update homeassistant/components/hunterdouglas_powerview/cover.py
* Update homeassistant/components/hunterdouglas_powerview/cover.py
* docs were wrong
* Update homeassistant/components/hunterdouglas_powerview/cover.py
* Update homeassistant/components/hunterdouglas_powerview/sensor.py
2022-06-20 11:10:01 +02:00
Peter Galantha
8e3d9d7435
Specify device_class and state_class on OpenEVSE sensors ( #73672 )
...
* Specify device_class and state_class
* import SensorStateClass
2022-06-20 10:45:35 +02:00
micha91
d733a0547a
Update aiomusiccast ( #73694 )
2022-06-20 10:36:04 +02:00
Robert Svensson
e0dbf10808
Fix CSRF token for UniFi ( #73716 )
...
Bump aiounifi to v32
2022-06-20 10:31:19 +02:00
Duco Sebel
db5e94c93b
Fix HomeWizard is not catching RequestError ( #73719 )
...
* Fix RequestError was not catched
* Add test for RequestError
2022-06-20 10:30:57 +02:00
J. Nick Koston
006ea441ad
Pickup emulated_hue codeowner ( #73725 )
...
- I made some changes to this during this cycle so I
want to get notifications for the next release.
2022-06-20 10:27:38 +02:00
Erik Montnemery
cd08f1d0c0
Don't attempt to reload MQTT device tracker ( #73577 )
2022-06-20 10:26:50 +02:00
Erik Montnemery
9680a367c8
Prevent using deprecated number features ( #73578 )
2022-06-20 10:26:24 +02:00
Erwin Oldenkamp
4e6d753d2f
Add support for the locked status but car is connected ( #73551 )
2022-06-20 10:10:10 +02:00
epenet
bd29b91867
Use Mapping for async_step_reauth (a-e) ( #72763 )
...
* Adjust abode
* Adjust airvisual
* Adjust aladdin_connect
* Adjust ambee
* Adjust aussie-broadband
* Adjust brunt
* Adjust cloudflare
* Adjust deconz
* Adjust deluge
* Adjust devolo_home_control
* Adjust efergy
* Adjust esphome
2022-06-20 09:08:11 +02:00
Max Gashkov
1f4add0119
Fix AmbiClimate services definition ( #73668 )
2022-06-20 09:05:28 +02:00
J. Nick Koston
cf000fae1b
Remove self from tplink codeowners ( #73723 )
2022-06-20 09:04:54 +02:00
Erik Montnemery
2c936addd2
Fix handling of illegal dates in onvif sensor ( #73600 )
...
* Fix handling of illegal dates in onvif sensor
* Address review comment
* Address review comment
2022-06-20 08:52:37 +02:00
Jan Bouwhuis
57daeaa174
Fix MQTT config schema to ensure correct validation ( #73619 )
...
* Ensure config schema validation
* Use correct schema for device_tracker
* Remove schema validation from the platform setup
* Remove loop to build schema
2022-06-20 08:51:12 +02:00
J. Nick Koston
fcd8859542
Remove self from logbook codeowners ( #73724 )
2022-06-19 22:24:42 -04:00
GitHub Action
6f8e0419f0
[ci skip] Translation update
2022-06-20 00:22:34 +00:00
epenet
a92105171c
Remove vizio from mypy ignore list ( #73585 )
...
* Remove vizio config_flow from mypy ignore list
* Fix mypy errors
* Adjust media_player
* Add space
2022-06-19 21:39:24 +02:00
epenet
e7e9c65e44
Adjust zha routine to get name and original_name ( #73646 )
2022-06-19 21:38:01 +02:00
Raman Gupta
e53372f559
Add `zwave_js/get_firmware_update_progress` WS command ( #73304 )
...
Add zwave_js/get_firmware_update_progress WS command
2022-06-19 15:33:58 -04:00
Raman Gupta
bb5a6a7104
Add `zwave_js/get_firmware_update_capabilties` WS command ( #73691 )
...
* Add zwave_js/get_firmware_update_capabilties WS command
* Fix test
2022-06-19 14:50:47 -04:00
Raman Gupta
801ba6ff8e
Add target option to zwave_js firmware upload view ( #73690 )
2022-06-19 14:50:05 -04:00
Allen Porter
ab95299150
Bump gcal_sync to 0.10.0 and fix `google` typing ( #73710 )
...
Bump gcal_sync to 0.10.0
2022-06-19 20:16:07 +02:00
Raman Gupta
9b93071720
Bump zwave-js-server-python to 0.38.0 ( #73707 )
...
* Bump zwave-js-server-python to 0.38.0
* Fix test
2022-06-19 20:12:01 +02:00
Steven Looman
26641fc90d
Bump async-upnp-client to 0.31.2 ( #73712 )
2022-06-19 12:59:37 -05:00
Álvaro Fernández Rojas
be6c2554dd
Add QNAP QSW DHCP discovery ( #73130 )
...
* qnap_qsw: add DHCP discovery
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: config_flow: add async_step_dhcp
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: config_flow: lower DHCP logging
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: qnap_qsw: fix copy & paste
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: dhcp: introduce changes suggested by @bdraco
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Update homeassistant/components/qnap_qsw/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* qnap_qsw: async_step_user: disable raising on progress
Allows async_step_user to win over a discovery.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-19 09:43:29 -05:00
Marc Mueller
24bf42cfbe
Update pylint to 2.14.3 ( #73703 )
2022-06-19 16:29:57 +02:00
G Johansson
68135e57af
Split timer service for Sensibo ( #73684 )
2022-06-19 09:28:33 -05:00
Christopher Bailey
b19b6ec6ea
Update UniFi Protect to use MAC address for unique ID ( #73508 )
2022-06-19 09:22:33 -05:00
Raman Gupta
7714183118
Add `zwave_js/subscribe_node_status` WS API cmd ( #73249 )
...
* Add zwave_js/subscribe_node_status WS API cmd
* add ready to event
2022-06-19 10:09:26 -04:00
Rechner Fox
45142558ef
Bump pyenvisalink to 4.5 ( #73663 )
...
* Bump pyenvisalink to latest version 4.5
* Minor bugfixes:
* Prevent reconnects from being scheduled simultaneously
* Fix parsing keypad messages containing extra commas
* Add pyenvisalink updated dependency
2022-06-19 08:54:10 +02:00
GitHub Action
dcf6c2d3a4
[ci skip] Translation update
2022-06-19 00:23:14 +00:00
G Johansson
d5df2b2ee7
Sensibo Add Pure Boost Service ( #73114 )
...
* Pure Boost Service
* Fix tests
* Fix mypy
* One service to two services
* Minor fix test
* Fix issues
2022-06-18 15:15:44 -05:00
Christopher Bailey
691d49f23b
Refactor migration code for UniFi Protect ( #73499 )
2022-06-18 12:56:28 -05:00
J. Nick Koston
0a27211356
Switch bond data to use a dataclass ( #73514 )
2022-06-17 22:45:20 -05:00
J. Nick Koston
7a792b093f
Fix calling permanent off with nexia ( #73623 )
...
* Fix calling permanent off with nexia
Changelog: https://github.com/bdraco/nexia/compare/1.0.1...1.0.2
Fixes #73610
* one more
2022-06-17 21:57:44 -05:00
GitHub Action
027f54ca15
[ci skip] Translation update
2022-06-18 00:24:33 +00:00
uvjustin
7a3f632c1d
Make stream recorder work concurrently ( #73478 )
2022-06-18 05:13:07 +10:00
J. Nick Koston
600d23e052
Retry on SenseAPIException during sense config entry setup ( #73651 )
2022-06-17 14:03:42 -05:00
Steven Looman
bf15df75dd
Ignore fake upnp/IGD devices when upnp is discovered ( #73645 )
2022-06-17 11:26:45 -05:00
Steven Looman
2be54de448
Don't verify ssl certificates for ssdp/upnp devices ( #73647 )
2022-06-17 11:26:25 -05:00
Erik Montnemery
baa810aabb
Improve warnings for datetime and date sensors with invalid states ( #73598 )
2022-06-17 12:17:13 +02:00
Erik Montnemery
66feac2257
Finish migrating zha NumberEntity to native_value ( #73580 )
2022-06-17 12:15:59 +02:00
Erik Montnemery
2107966fa8
Finish migrating sleepiq NumberEntity to native_value ( #73582 )
2022-06-17 12:14:35 +02:00
Erik Montnemery
d90f029772
Finish migrating demo NumberEntity to native_value ( #73581 )
2022-06-17 12:14:11 +02:00
epenet
e0b362ef3b
Fix zha log message ( #73626 )
2022-06-17 12:13:16 +02:00
Michael
e30478457b
Fix voltage and current values for Fritz!DECT smart plugs ( #73608 )
...
fix voltage and current values
2022-06-17 07:40:02 +02:00
Dave T
cdd5a5f68b
Generic ipcam configflow2 followup ( #73511 )
...
* Address code review comments
* Add type hints
* Remvoe unused strings
* Remove persistent notification setup
* Patch async_configre
* Fix pylint warning
* Address review comments
* Clean types
* Code review: defer local var assignment
Co-authored-by: Dave T <davet2001@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-17 07:07:21 +02:00
uvjustin
f276523ef3
Ignore in progress segment when adding stream recorder lookback ( #73604 )
2022-06-17 11:07:08 +10:00
GitHub Action
d43178db06
[ci skip] Translation update
2022-06-17 00:20:34 +00:00
uvjustin
01a4a83bab
Improve stream playback on high latency cameras ( #72547 )
...
* Disable LL-HLS for HLS sources
* Add extra wait for Nest cameras
2022-06-17 01:48:52 +10:00
Erik Montnemery
3e1a4d86a3
Fix modification of mutable global in xiaomi_miio number ( #73579 )
2022-06-16 16:35:00 +02:00
Erik Montnemery
e2327622c3
Migrate SNMP sensor to TemplateEntity ( #73324 )
2022-06-16 15:02:50 +02:00
Erik Montnemery
ddca199961
Migrate tuya NumberEntity to native_value ( #73491 )
2022-06-16 13:49:16 +02:00
Erik Montnemery
dea8041461
Add device_class to MQTT number and migrate to native_value ( #73534 )
2022-06-16 13:34:54 +02:00
Maciej Bieniek
c2b484e38b
Use IP address instead of hostname in Brother integration ( #73556 )
2022-06-16 11:43:36 +02:00
epenet
7731cfd978
Add lock typing in freedompro ( #73544 )
2022-06-16 10:40:55 +02:00
epenet
521d52a8b9
Add lock typing in nuki ( #73545 )
2022-06-16 10:20:34 +02:00
epenet
2b5748912d
Add lock typing in starline ( #73546 )
2022-06-16 10:20:08 +02:00
epenet
6374fd0992
Add lock typing in volvooncall ( #73548 )
2022-06-16 10:19:44 +02:00
muppet3000
7a7729678e
Bump growattServer to 1.2.2 ( #73561 )
...
Fix #71577 - Updating growattServer dependency
2022-06-16 10:15:19 +02:00
Erik Montnemery
2d07cda4e7
Improve number deprecation warnings ( #73552 )
2022-06-16 09:05:13 +02:00
J. Nick Koston
af81ec1f5f
Handle offline generators in oncue ( #73568 )
...
Fixes #73565
2022-06-16 07:51:55 +02:00
Corbeno
90dba36f80
Proxmoxve code cleanup ( #73571 )
...
code cleanup
2022-06-16 07:35:58 +02:00
jjlawren
90e402eca5
Allow removing Sonos devices ( #73567 )
2022-06-15 19:21:39 -10:00
GitHub Action
b4359c7721
[ci skip] Translation update
2022-06-16 00:22:45 +00:00
Erik Montnemery
0ace5af914
Correct migration of unifiprotect number ( #73553 )
2022-06-15 11:07:18 -10:00
Erik Montnemery
7a82794ad7
Migrate template NumberEntity to native_value ( #73537 )
2022-06-15 17:06:44 +02:00
Allen Porter
b014d558ff
Add application credentials platform for nest and deprecate yaml for SDM API ( #73050 )
...
* Update the nest integration to be useable fully from the config flow
* Support discovery in nest config flow
* Remove configuration entries
* Remove unused import
* Remove dead code
* Update homeassistant/components/nest/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove commented out code
* Use config flow for app auth reauthentication path
* Improves for re-auth for upgrading existing project and creds
* More dead code removal
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove outdated code
* Update homeassistant/components/nest/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-15 07:15:53 -07:00
epenet
f8f1bfde21
Add lock typing in components ( #73539 )
...
* Add lock typing in components
* Revert freedompro amends
2022-06-15 15:23:36 +02:00
Erik Montnemery
8c0ae545c9
Migrate knx NumberEntity to native_value ( #73536 )
2022-06-15 14:39:56 +02:00
Thibaut
658ce9d4f2
Remove Somfy integration ( #73527 )
...
* Remove somfy
* Remove somfy
2022-06-15 12:18:15 +02:00
Franck Nijhof
05d7d31dfd
Improve Elgato error handling ( #73444 )
2022-06-15 12:12:07 +02:00
Erik Montnemery
e05e79e53d
Migrate NumberEntity r-t to native_value ( #73485 )
2022-06-15 10:56:41 +02:00
Erik Montnemery
4ace2c4d3a
Migrate overkiz NumberEntity to native_value ( #73493 )
2022-06-15 10:49:40 +02:00