Robert Hillis
14aa9c91eb
Add Config Flow to Modem Caller ID integration ( #46677 )
...
* Add phone_modem integration
* Use original domain
* Add init tests for Modem Caller ID
* Clean up tests
* Clean up tests
* apply suggestions
* Fix tests
* Make only one instance possible
* Allow more than 1 device and remove hangup service
* simplify already configured
* Update sensor.py
* Update config_flow.py
* Fix manifest
* More cleanup
* Fix tests
* Ue target
* Clean up sensor.py
* Minor tweaks
* Close modem on restart and unload
* Update requirements
* fix tests
* Bump phone_modem
* rework
* add typing
* use async_setup_platform
* typing
* tweak
* cleanup
* fix init
* preserve original name
* remove callback line
* use list of serial devices on host
* tweak
* rework
* Rework for usb dicsovery
* Update requirements_test_all.txt
* Update config_flow.py
* tweaks
* tweak
* move api out of try statement
* suggested tweaks
* clean up
* typing
* tweak
* tweak
* async name the service
2021-09-13 14:22:54 -10:00
Abílio Costa
c869b78ac1
Add Whirlpool integration ( #48346 )
...
* Add Whirlpool integration
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Apply suggestions from code review
* Fix lint
* Fix lint and tests
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* Use dict lookups
* Lint
* Apply code changes from PR review
* Do real integration setup in tests
* Apply suggestions from review & fix test
* Replace get with array operator
* Add suggestions from code review
* Rename test var
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-13 10:02:34 -10:00
Martin Ilievski
f023ec24d7
Bump pykodi to 0.2.6 ( #56148 )
2021-09-13 10:00:10 -10:00
starkillerOG
5f86388f1c
Netgear config flow ( #54479 )
...
* Original work from Quentame
* Small adjustments
* Add properties and method_version
* fix unknown name
* add consider_home functionality
* fix typo
* fix key
* swao setup order
* use formatted mac
* add tracked_list option
* add options flow
* add config flow
* add config flow
* clean up registries
* only remove if no other integration has that device
* tracked_list formatting
* convert tracked list
* add import
* move imports
* use new tracked list on update
* use update_device instead of remove
* add strings
* initialize already known devices
* Update router.py
* Update router.py
* Update router.py
* small fixes
* styling
* fix typing
* fix spelling
* Update router.py
* get model of router
* add router device info
* fix api
* add listeners
* update router device info
* remove method version option
* Update __init__.py
* fix styling
* ignore typing
* remove typing
* fix mypy config
* Update mypy.ini
* add options flow tests
* Update .coveragerc
* fix styling
* Update homeassistant/components/netgear/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/router.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* add ConfigEntryNotReady
* Update router.py
* use entry.async_on_unload
* Update homeassistant/components/netgear/device_tracker.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* use cv.ensure_list_csv
* add hostname property
* Update device_tracker.py
* fix typo
* fix isort
* add myself to codeowners
* clean config flow
* further clean config flow
* deprecate old netgear discovery
* split out _async_remove_untracked_registries
* Update homeassistant/components/netgear/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* cleanup
* fix rename
* fix typo
* remove URL option
* fixes
* add sensor platform
* fixes
* fix removing multiple entities
* remove extra attributes
* initialize sensors correctly
* extra sensors disabled by default
* fix styling and unused imports
* fix tests
* Update .coveragerc
* fix requirements
* remove tracked list
* remove tracked registry editing
* fix styling
* fix discovery test
* simplify unload
* Update homeassistant/components/netgear/router.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* add typing
Co-authored-by: J. Nick Koston <nick@koston.org>
* add typing
Co-authored-by: J. Nick Koston <nick@koston.org>
* add typing
Co-authored-by: J. Nick Koston <nick@koston.org>
* condense NetgearSensorEntities
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/router.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/router.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/router.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/netgear/router.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* add typing
* styling
* add typing
* use ForwardRefrence for typing
* Update homeassistant/components/netgear/device_tracker.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* add typing
* Apply suggestions from code review
Thanks!
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* process review comments
* fix styling
* fix devicename not available on all models
* ensure DeviceName is not needed
* Update homeassistant/components/netgear/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/netgear/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update __init__.py
* fix styling
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-09-13 18:18:21 +02:00
jjlawren
37f263e2ac
Bump plexapi to 4.7.1 ( #56163 )
2021-09-13 15:46:54 +02:00
Maikel Punie
7472fb2049
Switch velbus from python-velbus to velbusaio ( #54032 )
...
* initial commit
* use new release
* Update for sensors
* big update
* pylint fixes, bump dependancy to 2021.8.2
* New version to try to fix the tests
* Fix a lot of errors, bump version
* more work
* Bump version
* Adde dimmer support
* Make sure the counters are useable in the energy dashboard
* bump version
* Fix testcases
* Update after review
* Bump version to be able to have some decent exception catches, add the temperature device class
* Readd the import of the platform from config file, but add a deprecation warning
* More comments updated
* Fix lefover index
* Fix unique id to be backwards compatible
* Fix small bug in covers
* Fix testcases
* Changes for theenery dashboard
* Fixed services
* Fix memo text
* Make the interface for a service the port string instead of the device selector
* Fix set_memo_text
* added an async scan task, more comments
* Accidently disabled some paltforms
* More comments, bump version
* Bump version, add extra attributes, enable mypy
* Removed new features
* More comments
* Bump version
* Update homeassistant/components/velbus/__init__.py
Co-authored-by: brefra <frank_van_breugel@hotmail.com>
* Readd the import step
Co-authored-by: brefra <frank_van_breugel@hotmail.com>
2021-09-13 08:22:46 +02:00
Daniel Hjelseth Høyer
4a449902a5
Surepetcare, upgrade library ( #56067 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-09-12 08:12:32 +02:00
J. Nick Koston
459bc55e32
Bump HAP-python to 4.2.1 ( #55804 )
2021-09-11 18:58:19 -07:00
Steven Looman
73260c5b88
Move parts of ssdp to async_upnp_client ( #55540 )
...
* Move parts of ssdp to async_upnp_client
* Fix test for environments with multiple sources
* Fix sonos tests
* More fixes/changes
* More fixes
* Use async_upnp_client==0.21.0
* Pylint/test fixes
* More changes after review
* Fix tests
* Improve testing
* Fix mypy
* Fix yamaha_musiccast tests?
* Changes after review
* Pylint
* Reduce calls to combined_headers
* Update to async_upnp_client==0.21.1
* Update to async_upnp_client==0.21.2
* use as_dict
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-11 13:38:16 -10:00
Shay Levy
f1a88f0563
Add config flow support for RPC device ( #56118 )
2021-09-11 23:28:33 +03:00
Paulus Schoutsen
64fd496932
Bump frontend to 20210911.0 ( #56115 )
2021-09-11 12:34:01 -07:00
Vilppu Vuorinen
ec21c5f4a9
Update pymelcloud to 2.5.4 ( #56096 )
2021-09-11 12:51:04 +02:00
ehendrix23
bd18bc9f3a
Bump pymyq to 3.1.4 ( #56089 )
2021-09-10 19:09:54 -07:00
Shay Levy
8c3c2ad8e3
Updated changes for aioshelly 1.0.0 ( #56083 )
2021-09-11 00:48:55 +03:00
Joakim Sørensen
c59540cfc7
Revert "Bump pillow to 8.3.2 ( #55970 )" ( #56048 )
...
This reverts commit ee7202d10a
.
2021-09-10 17:01:51 +02:00
Sean Vig
03df48af9c
Bump amcrest version to 1.8.1 ( #56058 )
...
The current version of the `amcrest` package has a bug in exposing if
the video stream is enabled, which leads to the substream status being
used to set if the camera is on or off. The updated version of
`amcrest` fixes this bug.
Fixes #55661
2021-09-10 15:38:01 +02:00
micha91
948a942a0d
Fix UDP message handling by upgrading aiomusiccast to 0.9.2 ( #56041 )
2021-09-10 15:03:34 +02:00
popoviciri
f79de2a5bc
Bump pysma to 0.6.6 & Fix Unit Checks ( #56018 )
2021-09-09 20:19:49 +02:00
Oscar Calvo
1b0e014783
Support incoming SMS messages via polling ( #54237 )
...
* Add support to incomming SMS via polling
* Update dependencies
* Only send notification for unread messages
* Only inform if callback is not getting used
* Update gateway.py
* Apply PR feedback
* Update homeassistant/components/sms/gateway.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Apply PR comments
* Make black happy
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-09-09 18:29:11 +02:00
Jean-Yves Avenard
556dcf6abb
Add iotawatt high-accuracy energy readout sensors ( #55512 )
2021-09-09 15:32:43 +02:00
joshs85
011817b122
Add state belief services to bond integration ( #54735 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-09 15:32:32 +02:00
Alan Tse
98ecf2888c
Remove tesla integration ( #55988 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-08 22:12:03 -07:00
Paulus Schoutsen
ee7202d10a
Bump pillow to 8.3.2 ( #55970 )
2021-09-08 12:06:30 -07:00
Shay Levy
c514f72c70
Bump aioswitcher to 2.0.5 ( #55934 )
2021-09-08 07:54:44 -07:00
Fuzzy
efafe82799
Remove Trackr integration (API removed) ( #55917 )
...
* Delete Trackr component directory
* Update .coverage.rc to remove Trackr
* Update requirements_all.txt
2021-09-08 05:01:58 +02:00
Paulus Schoutsen
93083513b4
Bump hass-nabucasa 49 ( #55823 )
2021-09-06 16:05:33 -07:00
Martin Hjelmare
b088ce601c
Bump zwave-js-server-python to 0.30.0 ( #55831 )
2021-09-06 13:37:12 -07:00
Brandon Rothweiler
12b1f87b35
Upgrade pymazda to 0.2.1 ( #55820 )
2021-09-06 13:53:03 -05:00
puddly
e671ad41ec
Replace zigpy-cc with zigpy-znp ( #55828 )
...
* Replace zigpy-cc with zigpy-znp in a ZHA config migration
* Fix failing unit tests
2021-09-06 09:50:54 -04:00
Greg
1b3530a3f8
Bump envoy_reader API to 0.20.0 ( #55822 )
2021-09-05 20:32:50 -10:00
Oliver
22961b30d2
Update to denonavr version 0.10.9 ( #55805 )
2021-09-05 13:28:48 -10:00
starkillerOG
58da58c008
Bump motion_blinds to 0.5.5 ( #55710 )
2021-09-04 22:06:50 +02:00
Anders Melchiorsen
d8b85b2067
Fix LIFX firmware version information ( #55713 )
2021-09-04 13:18:23 +02:00
bsmappee
02db4dbe5e
Bump pysmappee to 0.2.27 ( #55257 )
...
* bump
* bump
2021-09-02 21:01:16 +02:00
Joakim Sørensen
b3b9fb0a7c
Bump pyuptimerobot to 21.9.0 ( #55546 )
2021-09-02 11:40:32 +02:00
Teemu R
aef4a69cd0
xiaomi_miio: bump python-miio dependency ( #55549 )
2021-09-02 00:18:12 +02:00
Paulus Schoutsen
27e29b714c
Bump cloud to 0.47.1 ( #55312 )
...
* Bump cloud to 0.47.0
* Bump reqs
* Bump to 0.47.1
* Do not load hass_nabucasa during http startup
* fix some tests
* Fix test
Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
2021-09-01 09:54:54 -07:00
Otto Winter
46159c3f18
ESPHome light color mode use capabilities ( #55206 )
...
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-01 10:03:41 +02:00
Bram Kragten
9b3346bc80
Update frontend to 20210830.0 ( #55472 )
2021-08-30 23:32:19 +02:00
Aaron Bach
76f21452ee
Bump aioambient to 1.3.0 ( #55468 )
2021-08-30 23:05:28 +02:00
Aaron Bach
46f05ca279
Bump pyopenuv to 2.2.0 ( #55464 )
2021-08-30 13:12:27 -07:00
Aaron Bach
3d9d104482
Bump pyiqvia to 1.1.0 ( #55466 )
2021-08-30 13:12:09 -07:00
Greg
3bd9be2f6d
Add IoTaWatt integration ( #55364 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-08-30 12:52:29 -07:00
Raman Gupta
331726ec2f
Bump zwave-js-server-python to 0.29.1 ( #55460 )
2021-08-30 09:40:56 -07:00
J. Nick Koston
27ecd43da3
Bump zeroconf to 0.36.2 ( #55459 )
...
- Now sends NSEC records when requesting non-existent address types
Implements RFC6762 sec 6.2 (http://datatracker.ietf.org/doc/html/rfc6762#section-6.2 )
- This solves a case where a HomeKit bridge can take a while to update
because it is waiting to see if an AAAA (IPv6) address is available
2021-08-30 08:59:41 -07:00
Aidan Timson
25273c694a
System Bridge 2.5.0 - Additional Sensors ( #53892 )
...
* Update package to 2.1.0
* Add version sensor
* Add graphics memory sensors
* Change graphics memory data from MB
* Add GPU usage sensor
* Add gpu clock speed sensors
* GPU sensors
* GPU power usage
* enumerate instead of range len
* Updates from rebase
* Add graphics
* Add Per CPU load sensor
* Cleanup
* Use super class attributes
* Suggested changes and fix
* User, System, Idle sensors
* Average, User, System and idle sensors instead of attrs
* Remove unused attrs
* Remove null/none sensor
* Sensor entity descriptions
* Fix index out of range error
* Set state class
* Use entity_registry_enabled_default
* Use built in entity_registry_enabled_default
* Use built in icon
* Fix
* Use binary sensor entity description
* Fix pylint
* Fix uom
* Add to coveragerc
* is_on
* Move entity descriptions to platforms
* Clearout default values
* Fix docstring
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Cleanup and catch
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-30 10:26:48 +02:00
J. Nick Koston
f37c541a50
Bump zeroconf to 0.36.1 ( #55425 )
...
- Fixes duplicate records in the cache
- Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.36.0...0.36.1
2021-08-29 20:29:46 -07:00
Klaas Schoute
6823b14d4c
Update entity names for P1 Monitor integration ( #55430 )
2021-08-29 20:29:37 -07:00
Aaron Bach
778fa2e3fe
Bump simplisafe-python to 11.0.6 ( #55385 )
2021-08-28 12:57:02 -06:00
Nathan Spencer
e2f257cb63
Bump pylitterbot to 2021.8.1 ( #55360 )
2021-08-27 20:58:21 -07:00
Jason Hunter
61a7ce173c
close connection on connection retry, bump onvif lib ( #55363 )
2021-08-27 17:34:32 -07:00
Anders Melchiorsen
ed19fdd462
Upgrade aiolifx to 0.6.10 ( #55344 )
2021-08-27 09:53:42 -07:00
rikroe
259eeb3169
Bump bimmer_connected to 0.7.20 ( #55299 )
2021-08-27 12:03:25 +02:00
Aaron Bach
5693f9ff9b
Bump simplisafe-python to 11.0.5 ( #55306 )
2021-08-27 08:48:20 +02:00
J. Nick Koston
5393a16c44
Set yeelight capabilities from external discovery ( #55280 )
2021-08-26 19:04:12 -05:00
Aaron Bach
cbd65efe52
Bump aiorecollect to 1.0.8 ( #55300 )
2021-08-26 16:59:27 -06:00
Paulus Schoutsen
f6bb5c77a0
Bump ring to 0.7.1 ( #55282 )
2021-08-26 10:37:53 -07:00
Alexei Chetroi
d3ac72d013
Bump up ZHA dependencies ( #55242 )
...
* Bump up ZHA dependencies
* Bump up zha-device-handlers
2021-08-26 11:38:35 -04:00
Diogo Gomes
fb28665cfa
Add "cron patterns" to define utility_meter cycles ( #46795 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-08-25 14:52:39 -05:00
Paulus Schoutsen
038121e87b
Bump frontend to 20210825.0 ( #55221 )
2021-08-25 11:36:06 -07:00
András Rutkai
db5e159b6d
Updating IBM Watson SDK ( #54914 )
2021-08-25 10:55:46 +02:00
Richard Meyer
2932a3d6a7
Update version for smart-meter-texas to 0.4.7 ( #54493 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-08-24 14:10:28 -05:00
Joakim Sørensen
29f1fab7f7
Move to aiogithubapi any async for the GitHub integration ( #55143 )
2021-08-24 11:46:44 -05:00
Klaas Schoute
5a58aa99b6
Bump Forecast Solar to v2.1.0 ( #55121 )
2021-08-24 09:15:57 +02:00
Paulus Schoutsen
c8f584f4ef
Validate requirements format in hassfest ( #55094 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-08-24 08:51:07 +02:00
Jesse Hills
e06f3a5e95
Bump aioesphomeapi to 7.0.0 ( #55129 )
2021-08-23 22:40:01 -05:00
J. Nick Koston
52bbaa8277
Bump pymyq to 3.1.3 ( #55099 )
2021-08-23 22:50:44 +02:00
J. Nick Koston
99465f53c7
Bump HAP-python to 4.1.0 ( #55005 )
2021-08-23 21:00:26 +02:00
Robert Svensson
6ad0e0220a
Update alarm control panel and deconz alarm event to reflect the finalized implementation in deCONZ ( #54936 )
...
* Update alarm control panel and deconz alarm event to reflect the new implementation in deCONZ
* Bump dependency to v83
2021-08-23 20:56:45 +02:00
Franck Nijhof
0680e9f833
Fix P1 Monitor requirement in manifest ( #55027 )
2021-08-22 20:33:09 +02:00
Niels Mündler
6d049c724c
Add support for logger info in fronius integration ( #54795 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-08-22 18:57:18 +02:00
Franck Nijhof
0efcd7888d
Upgrade watchdog to 2.1.4 ( #54993 )
2021-08-22 14:23:09 +02:00
Franck Nijhof
9be5793ed7
Upgrade apprise to 0.9.4 ( #55002 )
2021-08-22 11:00:35 +02:00
J. Nick Koston
06fcf51754
Bump python-yeelight to 0.7.3 ( #54982 )
2021-08-21 17:55:10 -05:00
Franck Nijhof
d8eedaf9fd
Upgrade PyTurboJPEG to 1.5.2 ( #54992 )
2021-08-21 16:58:25 -05:00
J. Nick Koston
aa7c72a8b5
Bump sqlalchemy to 1.4.23 ( #54980 )
...
- Changelog: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.23
2021-08-21 13:00:39 -04:00
J. Nick Koston
dc74a52f58
Add support for USB discovery ( #54904 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-20 14:04:18 -05:00
Raman Gupta
11c6a33594
Bump zwave-js-server-python to 0.29.0 ( #54931 )
...
* Bump zwave-js-server-python to 0.29.0
* Cover secure flag true paths for add node WS commands
2021-08-20 14:55:58 -04:00
Joakim Plate
1f4c12195e
Fjäråskupan kitchen fan ( #53140 )
...
* Add fjäråskupan fan control
* Update tests/components/fjaraskupan/conftest.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/fjaraskupan/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/fjaraskupan/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Increase manual update to 2 minutes
* Address review comments
* Switch to discovery flow
* Address more review comments
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-20 13:41:36 +02:00
J. Nick Koston
6218cd648d
Update nmap_tracker to use the network integration ( #54877 )
...
* Update nmap_tracker to use the network integration
* fix redefine variable inner scope
2021-08-20 13:01:55 +02:00
Klaas Schoute
68fbc0792a
Add P1 Monitor integration ( #54738 )
...
* Init integration P1 Monitor
* Fix build error
* Add quality scale
* Remove last_reset and icon
* Change list to tuple
* Close client on connection exception
* Change min value to 5 (seconds)
* the used python package will close it
* Remove the options flow
* Add session and close client
* Smash to a single DataUpdateCoordinator
* Make a custom update coordinator class
* await the coordinator close
* Add second await the coordinator close
* Close when exit scope
* Removed unused code
* Fix test_sensor on entity_id change
* Fix test on test_sensor
* Transfer SENSOR dict to sensor platform
* device class for cost entity update entity_name
* Revert name in unique id and update sensor test
* Update code based on suggestions
* Fix typing
* Change code to fix mypy errors
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-20 08:45:04 +02:00
micha91
6eadc0c303
Yamaha Musiccast Media Browser feature ( #54864 )
2021-08-19 20:42:11 +02:00
Paulus Schoutsen
4ae2a26aa3
Add config flow to Rainforest EAGLE-200 ( #54846 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-19 09:22:30 -07:00
Erik Montnemery
32a2c5d5db
Add support for Swedish smart electricity meters to DSMR ( #54630 )
...
* Add support for Swedish smart electricity meters to DSMR
* Use Swedish protocol support from dsmr_parser
* Update tests
* Bump dsmr_parser to 0.30
* Remove last_reset attribute from Swedish energy sensors
2021-08-19 10:11:20 +02:00
Eric Severance
e7fa3e727b
Bump pywemo to 0.6.7 ( #54862 )
2021-08-19 08:38:52 +02:00
Paulus Schoutsen
c75c4aeea5
Bump frontend to 20210818.0 ( #54851 )
2021-08-18 13:56:43 -07:00
Daniel Hjelseth Høyer
98e8e89364
Mill data coordinator ( #53603 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-08-18 12:30:37 -07:00
J. Nick Koston
e7a0604a40
Make yeelight discovery async ( #54711 )
2021-08-18 09:36:13 -07:00
rikroe
041ba2ec3a
Fix BMW remote services in rest_of_world & north_america ( #54726 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2021-08-18 08:58:07 -07:00
Joakim Sørensen
bf494b5697
Remove distro from updater requirements ( #54804 )
2021-08-18 12:31:43 +02:00
J. Nick Koston
62015f5495
Bump async-upnp-client to 0.20.0, adapt to breaking changes ( #54782 )
2021-08-18 12:13:59 +02:00
Christopher Kochan
c65f769130
Update sense_energy to version 0.9.2 ( #54787 )
2021-08-18 08:29:02 +02:00
gjong
8eec949835
Fix connectivity issue in the Youless integration ( #54764 )
2021-08-17 22:45:14 +02:00
Daniel Hjelseth Høyer
909af30c7c
Tractive, update library ( #54775 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-08-17 22:04:05 +02:00
LonePurpleWolf
35f563e23e
Airtouch4 integration ( #43513 )
...
* airtouch 4 climate control integration
* enhance tests for airtouch. Fix linting issues
* Fix tests
* rework tests
* fix latest qa issues
* Clean up
* add already_configured message
* Use common string
* further qa fixes
* simplify airtouch4 domain storage
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-17 17:29:20 +02:00
Robin Wohlers-Reichel
043841e70f
Solax 0.2.8 ( #54759 )
2021-08-17 15:06:22 +02:00
Niels Mündler
346310ccaf
Bump pyfronius version to 0.5.5 ( #54758 )
...
- allows for trailing slashes in configuration (which would otherwise cause errors in the newest fronius firmware)
- fixes units of energy related sensors
2021-08-17 14:59:56 +02:00
J. Nick Koston
41c3bd113c
Bump zeroconf to 0.36.0 ( #54720 )
2021-08-16 23:54:45 +02:00
J. Nick Koston
5e51f57f02
Convert nmap_tracker to be a config flow ( #54715 )
2021-08-16 15:19:32 -05:00
Aaron Bach
1b256efb23
Bump simplisafe-python to 11.0.4 ( #54701 )
2021-08-16 09:26:17 -06:00
Joakim Sørensen
a892605a90
Bump pytautulli ( #54594 )
2021-08-16 16:15:42 +02:00
Dylan Gore
a7918e90ab
Update PyMetEireann to 2021.8.0 ( #54693 )
2021-08-16 13:52:40 +02:00
Jeff Irion
2e56f66518
Bump adb-shell to 0.4.0 ( #54575 )
2021-08-16 13:18:19 +02:00
J. Nick Koston
d01addbd24
Bump zeroconf to 0.35.1 ( #54666 )
2021-08-15 18:27:10 -05:00
Michael
aa590415d3
Bump py-synologydsm-api to 1.0.4 ( #54610 )
2021-08-15 21:33:48 +02:00
Daniel Hjelseth Høyer
5ed9cd7153
Adax, update requirements ( #54587 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-08-15 13:16:10 +02:00
Daniel Perna
675441142d
Update pyhomematic to 0.1.74 ( #54613 )
2021-08-15 12:50:40 +02:00
Colin O'Dell
08d8b026d0
Upgrade qnapstats library to 0.4.0 ( #54571 )
2021-08-14 08:44:52 +02:00
Teemu R
102789672a
Bump python-miio to 0.5.7 ( #54601 )
2021-08-14 08:38:42 +02:00
J. Nick Koston
c10497d499
Bump zeroconf to 0.35.0 ( #54604 )
...
Fixes https://github.com/home-assistant/core/issues/54531
Fixes https://github.com/home-assistant/core/issues/54434
Fixes https://github.com/home-assistant/core/issues/54487
2021-08-13 23:26:57 -07:00
Bram Kragten
8264fd2eb6
Update frontend to 20210813.0 ( #54603 )
2021-08-13 11:48:31 -07:00
Steven Looman
2c1728022d
Use ssdp callbacks in upnp ( #53840 )
2021-08-13 11:13:25 -05:00
ehendrix23
c040be423a
Updates to bump MyQ to 3.1.2 ( #54488 )
2021-08-11 22:17:25 -05:00
Phil Cole
cb26f334c3
Use pycarwings2 2.11 ( #54424 )
2021-08-11 16:34:36 +02:00
Robert Hillis
b1fc05413a
Bump notifications-android-tv to 0.1.3 ( #54462 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-11 16:13:38 +02:00
Aaron Bach
930c1dbe9b
Bump aioambient to 1.2.6 ( #54442 )
2021-08-11 09:58:53 +02:00
Aaron Bach
10551743d6
Bump pyopenuv to 2.1.0 ( #54436 )
2021-08-10 20:28:03 -07:00
J. Nick Koston
e99576c094
Pass width and height when requesting camera snapshot ( #53835 )
2021-08-10 19:33:06 -05:00
Paulus Schoutsen
ed0fd00746
Bump hass_nabucasa to 0.46.0 ( #54421 )
2021-08-10 11:30:02 -07:00
jan iversen
54538bb72b
Bump pymodbus version to 2.5.3rc1 ( #54318 )
2021-08-10 10:16:38 +02:00
Franck Nijhof
3202d4882a
Upgrade debugpy to 1.4.1 ( #54369 )
2021-08-09 20:56:19 -07:00
Paulus Schoutsen
38a7bdbcf3
Do not process forwarded for headers for cloud requests ( #54364 )
2021-08-10 01:45:56 +02:00
Bram Kragten
38cb0553f3
Update frontend to 20210809.0 ( #54350 )
2021-08-09 22:27:09 +02:00
rikroe
7050b53264
Fix login to BMW services for rest_of_world and north_america ( #54261 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2021-08-09 21:11:53 +02:00
J. Nick Koston
f37b164d60
Bump zeroconf to 0.34.3 ( #54294 )
2021-08-09 20:58:27 +02:00
starkillerOG
a23da30c29
Yeelight local push updates ( #51160 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-08-09 13:33:34 -05:00
jjlawren
a8354e729b
Bump soco to 0.23.3 ( #54288 )
2021-08-09 09:21:07 +02:00
Allen Porter
50068d2352
Bump google-nest-sdm to 0.3.6 ( #54287 )
...
Add google-nest-sdm to 0.3.6 to include static typing fixes.
2021-08-08 14:47:50 -07:00
Simone Chemelli
e0bc911e24
Fix Neato reauth flow when token expired ( #52843 )
...
* Fix Neato reauth flow when token expired
* Change and simplify approach
* Missing file
* Cleanup
* Update unique_id
* Added missing lamda
* Unique_id reworked
* Guard for id future ID changes
* Bump pybotvac: provide unique_id
* Address review comment
* Fix update check
* Remove token check
* Trigger reauth only for 401 and 403 code response
* Review comments
2021-08-07 12:22:08 +02:00
Joakim Plate
6dd875bc4a
Bump ha-philipsjs to 2.7.5 ( #54176 )
2021-08-07 12:17:33 +02:00
Jørgen Rørvik
6830eec549
Flexit component fix for updated modbus ( #53583 )
...
* pyflexit first argument should be a ModbusSerialClient
This component broke with 2021.6
I have tested this patch on my setup and it restores functionality
* Implemented async reading of modbus values
Stopped using pyflexit as this is outdated and not needed
Instead using async_pymodbus_call from ModbusHub class
* Bugfix: Reading fan mode from wrong register
* Implemented async writing
Set target temperature and fan mode using modbus call
Added some error handling
* No longer require pyflexit
* Review comments.
Co-authored-by: jan Iversen <jancasacondor@gmail.com>
2021-08-07 09:45:53 +02:00
J. Nick Koston
acc0288f4c
Bump zeroconf to 0.33.4 to ensure zeroconf can startup when ipv6 is disabled ( #54165 )
...
Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.33.3...0.33.4
2021-08-06 12:48:00 -07:00
J. Nick Koston
46ad55455b
Bump zeroconf to 0.33.3 ( #54108 )
2021-08-05 19:24:09 -07:00
puddly
5dc87d959c
Bump up ZHA dependencies ( #54079 )
2021-08-05 10:46:58 -07:00
Ian
b930e17d64
Bump py-nextbusnext to 0.1.5 ( #53924 )
...
* NextBus: Rebrand and bump new version of py-nextbusnext
* Revert rebrand
2021-08-05 18:47:23 +02:00
Joakim Sørensen
786a83f844
Add unique_id to Uptime Robot config_flow ( #54055 )
2021-08-05 14:58:29 +02:00
Gleb Sinyavskiy
25eb27cb9f
Add tractive integration ( #51002 )
...
* Scaffold
* Implement config flow
* Add dymmy device tracker and TractiveClient
* Add simple DeviceTracker
* Add device info
* Listen to tractive event and update tracker entities accordingly
* Refactoring
* Fix logging level
* Handle connection errors
* Remove sleep
* Fix logging
* Remove unused strings
* Replace username config with email
* Update aiotractive
* Use debug instead of info
* Cover config_flow
* Update .coveragerc
* Add quality scale to manifest
* pylint
* Update aiotractive
* Do not emit SERVER_AVAILABLE, properly handle availability
* Use async_get_clientsession
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
* Add @Danielhiversen as a codeowner
* Remove the title from strings and translations
* Update homeassistant/components/tractive/__init__.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Force CI
* Use _attr style properties instead of methods
* Remove entry_type
* Remove quality scale
* Make pyupgrade happy
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-08-05 12:47:42 +02:00
Joakim Sørensen
4a37ff2dda
Bump pyuptimerobot to 21.8.1 ( #53995 )
...
* Bump pyuptimerobot to 21.08.0
* pylint
* bump to 21.8.1
* Uppdate strings
* Update homeassistant/components/uptimerobot/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-05 12:13:47 +02:00
Nathan Spencer
dd479d410a
Bump pylitterbot to 2021.8.0 ( #54000 )
2021-08-05 10:29:23 +02:00
Bram Kragten
a8e4482594
Update frontend to 20210804.0 ( #53997 )
2021-08-04 17:03:04 -07:00
Alex Henry
fe957b74be
Upgrade anthemav dependency to 1.2.0 ( #53931 )
2021-08-04 12:43:30 +02:00
Bram Kragten
c682d5d5e4
Update frontend to 20210803.2 ( #53923 )
2021-08-04 02:10:33 +02:00
Jesse Hills
672a74fa37
Allow esphome entities to be disabled by default ( #53898 )
2021-08-03 14:53:48 +02:00
Jc2k
081b2d533b
Add support for Eve Degree's air pressure sensor ( #53891 )
2021-08-03 07:30:50 -05:00
Greg Dowling
7e63e12ece
Bump pyroon to 0.0.38 ( #53906 )
2021-08-03 13:52:59 +02:00
Jesse Hills
15d36734b0
Bump aioesphomeapi to 6.0.1 ( #53905 )
2021-08-03 13:39:35 +02:00
Paulus Schoutsen
27848720a4
Bump frontend to 20210803.0 ( #53897 )
2021-08-02 21:39:53 -07:00
Paulus Schoutsen
91e55bdd14
Bump aiohue to 2.6.1 ( #53887 )
2021-08-02 14:44:15 -07:00
Aidan Timson
18f4d125c3
System Bridge v2.3.0+ - Data from WebSocket ( #53443 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-02 22:11:26 +02:00
Otto Winter
d4cb819e1f
ESPHome implement light color modes ( #53854 )
2021-08-02 22:07:37 +02:00
Paulus Schoutsen
80a8f35a42
Bump frontend to 20210802.0 ( #53876 )
2021-08-02 10:42:04 -07:00
J. Nick Koston
65c6943784
Bump HAP-python to 4.0.0 ( #53780 )
2021-08-02 15:08:32 +02:00
Franck Nijhof
4022d539fe
Add RPi.GPIO dependency to rpi_rf integration ( #53858 )
2021-08-02 15:00:43 +02:00
René Klomp
14db83e4c1
Bump pysma to 0.6.5 ( #53792 )
2021-08-02 11:14:45 +02:00
Bram Kragten
32c2d42863
Update frontend to 20210801.0 ( #53841 )
2021-08-01 15:06:28 -07:00
Sean Vig
673be4f7dd
Bump Amcrest version to 1.8.0 ( #53784 )
...
* Bump Amcrest version to 1.8.0
* Add codeowner to Amcrest.
Co-authored-by: jan Iversen <jancasacondor@gmail.com>
2021-08-01 00:22:19 +02:00
Aidan Timson
82abae1f7d
Bump vallox-websocket-api to 2.8.1 ( #53463 )
2021-07-30 23:45:18 +02:00
Paulus Schoutsen
90cf94bb30
Bump Hue and only fire events for button presses ( #53781 )
...
* Bump Hue and only fire events for button presses
* Fix tests
2021-07-30 14:14:58 -07:00
Bram Kragten
c72fc0c08c
Update frontend to 20210730.0 ( #53778 )
2021-07-30 14:11:47 -07:00
J. Nick Koston
72bd3f7128
Bump HAP-python to 3.6.0 ( #53754 )
2021-07-30 12:44:28 -07:00
Ryan Johnson
8972fae0ca
Bump pyatv to 0.8.2 ( #53659 )
2021-07-29 21:19:32 -07:00
Alexei Chetroi
5eba3e485b
Bump up ZHA dependencies ( #53732 )
2021-07-29 16:16:47 -07:00
Paulus Schoutsen
2d83ad3211
Bump frontend to 20210729.0 ( #53717 )
2021-07-29 12:34:32 -07:00
Martin Hjelmare
007ecc51e5
Revert "Add Automate Pulse Hub v2 support ( #39501 )" ( #53704 )
2021-07-29 11:58:48 -07:00
Gerard
4da9116025
Bump bimmer_connected to 0.7.16 to fix parking light issue ( #53687 )
2021-07-29 11:57:46 -07:00
Eric Severance
dc1b2b7687
pyWeMo version bump (0.6.6) ( #53671 )
2021-07-29 09:13:55 +02:00
Allen Porter
806ab47ca5
Bump nest to version 0.3.5 ( #53672 )
...
Fix runtime type assertions, Fixes Issue #53652
2021-07-28 22:49:13 -07:00
J. Nick Koston
ef2ca1cee9
Bump aiolip to 1.1.6 to fix timeout with ident ( #53660 )
2021-07-29 02:39:45 +02:00
epenet
8d84edd3b7
Add renault integration ( #39605 )
2021-07-28 12:41:11 -07:00
Paulus Schoutsen
0e1eef5737
Bump frontend to 20210728.0 ( #53634 )
2021-07-28 20:41:27 +02:00
Daniel Hjelseth Høyer
deb47517ca
Upgrade ns-api to 3.0.5 ( #53620 )
2021-07-28 18:58:15 +02:00
J. Nick Koston
babd9f048f
Bump zeroconf to 0.33.2 ( #53625 )
...
- Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.33.1...0.33.2
2021-07-28 08:49:43 -07:00
Allen Porter
68945e8814
Enable strict static type checking for nest integration ( #53535 )
2021-07-28 09:12:32 +02:00
Aaron Bach
514d97f144
Enforce strict typing for ReCollect Waste ( #53356 )
2021-07-28 08:51:40 +02:00
jjlawren
d865577187
Bump plexapi to 4.7.0 ( #53597 )
2021-07-28 08:26:26 +02:00
Paulus Schoutsen
a004a0dd4f
Bump frontend to 20210727.0 ( #53591 )
2021-07-28 01:48:04 +02:00
Kuzj
d0b9d82287
Refactor bme280, add SPI support ( #48775 )
...
* bme280 refactoring, add SPI support
* isort, requirements
* __init_.py add to .coveragerc
* Re-run CI jobs
* const.py to .coveragerc
* Add support for IoT class in manifest
* Keepalive
* review suggestions
* scan_interval with coordinator
* black, isort
* coordinator review suggestions
* Set device_class
* review suggestions
* review suggestions
* review suggestions
* review suggestions
* review suggestions
* review suggestions
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* add bme280spi to commented requirements
* run script.gen_requirements_all
* black
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-07-27 16:29:43 -04:00
Diogo Gomes
7ad7cdad3d
Add Prosegur Alarms ( #44679 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-27 22:19:58 +02:00
Aaron Bach
f92ba75791
Enforce strict typing for SimpliSafe ( #53417 )
2021-07-27 22:11:54 +02:00
Ron Klinkien
3488053648
Remove garmin_connect integration ( #52808 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-27 21:49:49 +02:00
Aaron Bach
e04b2c2e35
Bump pyairvisual to 5.0.9 ( #53578 )
2021-07-27 21:39:58 +02:00
J. Nick Koston
f3bf0fdb09
Bump yalexs to 1.1.13 to fix august doorsense offline at startup ( #53574 )
2021-07-27 21:17:17 +02:00
Maciej Bieniek
9607864c29
Bump `gios` library to version 2.0 ( #53557 )
...
* Bump gios library
* Fix pylint error
2021-07-27 19:10:38 +02:00
Johan Smits
9e9165f4ac
Bump matrix-client to 0.4.0 ( #53508 )
2021-07-27 18:30:43 +02:00
gjong
9f495fd200
Add initial version for the YouLess integration ( #41942 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-27 17:42:15 +02:00
jjlawren
214920f486
Ignore Sonos Boost devices during discovery v2 ( #53358 )
2021-07-27 09:50:46 -05:00
Aaron Bach
f4a7292f08
Enforce strict typing for Tile ( #53410 )
2021-07-27 11:51:57 +02:00
Jesse Hills
18bf0762b5
Add select entities to ESPHome ( #53526 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com>
2021-07-27 11:45:04 +02:00
Aaron Bach
a6b34924be
Enforce strict typing for RainMachine ( #53414 )
2021-07-27 10:45:44 +02:00
Aaron Bach
5483ab0cda
Enforce strict typing for Flu Near You ( #53407 )
2021-07-27 10:42:51 +02:00
Matt Zimmerman
d7d859fc86
Update nexia to 0.9.11 ( #53534 )
2021-07-27 10:40:20 +02:00
Milan Meulemans
8ff3b2a2f6
Upgrade pyrituals to 0.0.6 ( #53527 )
2021-07-27 00:49:55 +02:00
Bram Kragten
7cb3414517
Update frontend to 20210726.0 ( #53522 )
2021-07-26 23:56:40 +02:00
Matthias Alphart
c1c6c54b45
xknx 0.18.9 ( #53519 )
2021-07-26 23:18:20 +02:00
micha91
f4d65e3751
Musiccast grouping fixes ( #52339 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-07-26 20:48:20 +02:00
Dermot Duffy
23b64cd496
Bump motioneye-client version to v0.3.11 ( #53504 )
2021-07-26 20:43:22 +02:00
Simone Chemelli
2025afe14b
Add MAC to SamsungTV when missing ( #53479 )
...
* Add MAC when missing
* Fix I/O
* Add test for missing MAC address
2021-07-26 16:43:05 +02:00
Alexei Chetroi
505dd500cb
Bump up ZHA dependencies ( #53472 )
...
* Bump up ZHA dependencies
* Fix ZHA WS API tests
2021-07-25 22:09:40 -04:00
Aidan Timson
d18ca62f60
Bump aioambient to 1.2.4 ( #53467 )
2021-07-25 12:23:38 -06:00
Dermot Duffy
5189172b80
Pass clientsession. ( #53455 )
2021-07-25 19:58:50 +02:00
Simone Chemelli
33af2602af
Fix wan/device uptime and add state_class to counters for Fritz ( #52574 )
...
* Fix wan/device uptime, add state_class to counters
* Rebase + cleanup + adapt to final fritzconnection
* Bump fritzconnection library
* Missing bump
2021-07-25 20:43:31 +03:00
G Johansson
a5eb2ac7b7
Bump yalesmartalarmclient to 0.3.4 ( #53431 )
2021-07-24 21:13:06 +02:00
David Beitey
ea1ec91c9c
Upgrade open-garage to 0.1.5 ( #53412 )
2021-07-24 15:49:39 +02:00
Michael
5c86cc502f
Bump to py-synologydsm-api 1.0.3 ( #53402 )
2021-07-24 14:44:50 +02:00
Jc2k
91018d0451
Add support for power data from Koogeek SW2 via homekit_controller ( #53378 )
2021-07-23 07:37:18 -10:00
Franck Nijhof
d8887a97e3
Upgrade debugpy to 1.4.0 ( #53284 )
2021-07-23 12:57:36 -04:00
Franck Nijhof
0d38ee7378
Upgrade wled to 0.8.0 ( #53376 )
2021-07-23 14:03:46 +02:00
Tobias Sauerwein
0b6e1d3d82
Bump version ( #53359 )
2021-07-22 22:01:24 -04:00
Anders Melchiorsen
e85b0ec052
Move Sonos to upstream SoCo ( #53351 )
2021-07-23 00:40:30 +02:00
J. Nick Koston
bfdbb93d2d
Bump HAP-python to 3.5.2 ( #53362 )
2021-07-22 12:06:37 -10:00
Hans Oischinger
84dc6af760
Update to PyVicare 1.0 ( #53281 )
2021-07-22 21:56:38 +02:00
Aaron Bach
032cae772a
Bump aionotion to 3.0.2 ( #53354 )
2021-07-22 12:04:27 -06:00
Franck Nijhof
258162d933
Upgrade wled to 0.7.3 ( #53340 )
2021-07-22 16:35:19 +02:00
sillyfrog
d3e77e00e1
Add Automate Pulse Hub v2 support ( #39501 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Sillyfrog <sillyfrog@users.noreply.github.com>
2021-07-22 14:40:33 +02:00
Sergiy Maysak
f009b1442f
Switch wirelesstag to use cloud push ( #50984 )
2021-07-22 13:40:39 +02:00
Raman Gupta
b9a6ce77d1
Bump zwave-js-server-python to 0.28.0 ( #53302 )
2021-07-22 02:37:10 -04:00
Aaron Bach
1bde914075
Ensure Guardian is strictly typed ( #53253 )
2021-07-21 23:01:05 -07:00
Paulus Schoutsen
edf42bab25
Migrate forecast solar to v2 ( #53259 )
2021-07-21 15:04:30 -07:00
Tobias Sauerwein
583deada83
Add type annotations for Netatmo ( #52811 )
2021-07-21 14:36:57 -07:00
Steven Looman
34b1ab5f5c
Upgrade to async-upnp-client==0.19.1 ( #53288 )
2021-07-21 14:29:27 -07:00
Franck Nijhof
cfd69de5a7
Upgrade PyNaCl to 1.4.0 ( #53287 )
2021-07-21 14:28:22 -07:00
cnico
6636e5b737
Flipr integration ( #46582 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: cnico <>
2021-07-21 21:35:44 +02:00
Robert Hillis
462db1b4b2
Add config flow to nfandroidtv ( #51280 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-21 13:31:54 +02:00
Daniel Hjelseth Høyer
e9ce3c57cd
Adax heaters ( #50998 )
...
Co-authored-by: G Johansson <62932417+gjohansson-ST@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-21 10:25:46 +02:00
J. Nick Koston
bfe3ef0980
Update august to support locking, unlocking, jammed ( #52814 )
2021-07-20 21:48:15 -07:00
Nathan Spencer
9d3bc0632f
Bump pylitterbot to 2021.7.2 ( #53254 )
...
* Bump pylitterbot to 2021.7.1
* Bump pylitterbot dependency to 2021.7.2 which unpins Authlib and httpx dependencies
2021-07-20 15:47:37 -10:00
jtitley
0b8b45818d
Update BlinkStick to 1.2.0 ( #52244 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-20 22:57:47 +02:00
web-dc
034251f006
Update requirement of homematicip_cloud component to v1.0.1 ( #51407 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Sascha Schiegg <s.schiegg@s-schiegg.com>
2021-07-20 20:28:43 +02:00
Daniel Hjelseth Høyer
d17776af87
Tibber, accumulated reward ( #53195 )
...
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-07-20 12:28:50 +02:00
Franck Nijhof
3d40fdf2c6
Upgrade holidays to 0.11.2 ( #53191 )
2021-07-19 19:01:19 +02:00
Franck Nijhof
8743a03f14
Upgrade numpy to 1.21.1 ( #53194 )
2021-07-19 19:00:37 +02:00
Shay Levy
ea6e325762
Add Switcher config flow discovery support ( #52316 )
2021-07-19 06:28:40 -07:00
J. Nick Koston
12b29e2895
Bump zeroconf to 0.33.1 ( #53179 )
2021-07-19 12:10:32 +02:00
Allen Porter
3cff15ae2f
Bump google-nest-sdm to 0.3.0 ( #53172 )
...
The primary update is to have additional static type checking with mypy
2021-07-19 10:50:22 +02:00
Robert Svensson
c96f01df1f
Fix groups reporting incorrect supported color modes ( #53088 )
2021-07-19 10:32:21 +02:00
J. Nick Koston
bf831267cf
Bump zeroconf to 0.33.0 ( #53174 )
...
- Changelog: https://github.com/jstasiak/python-zeroconf/compare/0.32.1...0.33.0
2021-07-19 10:22:12 +02:00
Roman Shtylman
cb6f9878c4
Update pylutron-caseta to 0.11.0 ( #53160 )
2021-07-18 13:07:38 -10:00
Aaron Bach
a8ea214f2e
Bump simplisafe-python to 11.0.2 ( #53121 )
...
* Bump simplisafe-python to 11.0.2
* Fix CI
2021-07-18 17:12:05 -04:00
Clifford Roche
56d66434b3
Bump greeclimate to 0.11.8 ( #53148 )
2021-07-18 14:51:02 -05:00
J. Nick Koston
0804959f11
Bump nexia to 0.9.10 to fix asair login ( #53122 )
2021-07-18 09:37:34 -10:00
Anders Melchiorsen
61056afe0d
Upgrade pysonos to 0.0.53 ( #53137 )
2021-07-18 19:00:02 +02:00
Ben
78f4a49b73
Bump surepy to 0.7.0 ( #53123 )
2021-07-18 08:49:07 +02:00
Brett
7fe3f78c24
Bump library version for Advantage Air ( #52813 )
...
* Bump library version
* Bump version to 0.2.5
* Add tests to cover this edge case
2021-07-17 14:45:29 +03:00
Aaron David Schneider
3d3db4b044
Replace fritz profile switches by per device parental control switches ( #52721 )
...
* removes old profile switches and add new switches based on new method
* use Ellipsis instead of pass
* refactor async_add_profile_switches
* - add forgotten update_ha_state
- add notimplemtederror for devicebase
* Update homeassistant/components/fritz/common.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/fritz/common.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* comments
* fix for devices that were not connected
* Update homeassistant/components/fritz/common.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/fritz/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-07-16 13:38:37 +02:00
Andre Lengwenus
49d109a969
Bump pypck to 0.7.10 ( #53013 )
2021-07-14 19:59:11 +02:00
Doug Hoffman
88fb30af11
Bump pyatv to 0.8.1 ( #52849 )
...
* Bump pyatv to 0.8.1
* Update apple_tv tests for new create_session location
* Update test_user_adds_unusable_device to try device with no services
pyatv >=0.8.0 considers AirPlay a valid service and no longer fails under the previous conditions.
2021-07-14 10:45:47 +02:00
Peter Nijssen
9cd6a9626e
Update pyrainbird to 0.4.3 ( #52990 )
2021-07-13 18:10:23 -04:00
Tom Harris
960684346f
Fix issue connecting to Insteon Hub v2 ( #52970 )
2021-07-13 20:27:04 +02:00
Ron Klinkien
ff56ede960
Bump python-fireservicerota to 0.0.43 ( #52966 )
2021-07-13 20:21:50 +02:00
René Klomp
23b0633ae2
Bump pysma to 0.6.4 ( #52973 )
2021-07-13 19:33:53 +02:00