Commit Graph

40091 Commits (9040b6a59ef1e1bf5baa18dc147c77a3d8ccbe45)

Author SHA1 Message Date
Raman Gupta f0e0b41f77
Use entity attributes for vizio integration () 2021-09-27 20:20:15 +02:00
Marc Mueller 0dcd8b32ab
Use EntityDescription - meteo_france () 2021-09-27 19:40:55 +02:00
Marc Mueller 71ce858378
Use EntityDescription - toon () 2021-09-27 19:37:12 +02:00
Erik Montnemery fe66d6295c
Improve migration to recorder schema version 21 () 2021-09-27 19:31:40 +02:00
Steffen Zimmermann e5642a8648
Add state_class measurements in wiffi integration ()
* add support for state_class measurements in wiffi integration

* use new STATE_CLASS_TOTAL_INCREASING for metered entities

like
- amount of rainfall per hour/day
- rainfall hours per day
- sunshine hours per day

* Update homeassistant/components/wiffi/sensor.py

Co-authored-by: Greg <greg.diehl.gtd@gmail.com>

Co-authored-by: Greg <greg.diehl.gtd@gmail.com>
2021-09-27 18:28:20 +02:00
Erik Montnemery 4d7e3cde5a
Minor cleanup and test coverage improvement for MQTT () 2021-09-27 17:45:52 +02:00
Franck Nijhof eae828a15a
Upgrade lupupy to 0.0.21 () 2021-09-27 17:42:13 +02:00
Michael Chisholm 805e73f78c
Add UPNP device connection for Sonos () 2021-09-27 17:36:47 +02:00
Marc Mueller 70cc6295b5
Use EntityDescription - hydrawise () 2021-09-27 17:35:09 +02:00
Fredrik Oterholt 4d433e18ac
Add more sensor types for airthings devices ()
* add additional sensor types for airthings devices

* remove "out of ten" unit

* change unit on rssi

* remove device class for light

* disable by default
2021-09-27 13:27:02 +02:00
Marius 4ce7166afd
Add node sensor status icons ()
Co-authored-by: kpine <keith.pine@gmail.com>
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com>
2021-09-27 12:50:14 +02:00
Marc Mueller 83b1b3e92c
Use EntityDescription - tellduslive () 2021-09-27 12:28:58 +02:00
Michael f2debf5c01
Remove unnecessary extra attribute from Pi-hole sensors () 2021-09-27 12:27:03 +02:00
jan iversen 6da548b56a
Strictly type modbus cover.py () 2021-09-27 12:26:25 +02:00
jan iversen 50f97b26eb
Strictly type modbus climate.py () 2021-09-27 12:25:05 +02:00
Simone Chemelli b612e16120
Add current and latest firmware info to Synology_dsm () 2021-09-27 12:23:26 +02:00
Erik Montnemery 58f465f271
Don't reset meter when last_reset is set to None () 2021-09-27 12:17:09 +02:00
jjlawren 931cf4eaab
Improve Sonos handling of TuneIn stations () 2021-09-27 12:07:14 +02:00
Robert Svensson ca6b53c16d
Remove UniFi config entry reference from device when removing last entity of said device () 2021-09-27 12:04:29 +02:00
Erik Montnemery efe467217a
Don't round in energy cost sensor () 2021-09-27 12:01:17 +02:00
Aaron Bach 56b94d6809
Simplify native value property for WattTime () 2021-09-27 11:58:51 +02:00
Franck Nijhof 4f5d6b8ba1
Upgrade sentry-sdk to 1.4.1 () 2021-09-27 11:20:43 +02:00
Erik Montnemery 14a1bb423c
Add is_number template filter and function () 2021-09-27 10:47:57 +02:00
Fabian Affolter e4dc646237
Upgrade praw to 7.4.0 () 2021-09-27 08:48:21 +02:00
Michael Chisholm 6c2674734a
SSDP starts config flow only for alive devices ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-27 08:39:22 +02:00
dependabot[bot] 0f313ec73c
Bump home-assistant/builder from 2021.07.0 to 2021.09.0 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 08:37:54 +02:00
J. Nick Koston 0fce9f39b3
Avoid checking if a package is installed if it already failed () 2021-09-26 22:32:25 -07:00
Fabian Affolter 01bd3ff138
Upgrade sendgrid to 6.8.2 () 2021-09-27 07:03:29 +02:00
Fabian Affolter 8884e9691e
Upgrade TwitterAPI to 2.7.5 () 2021-09-27 07:03:09 +02:00
Fabian Affolter 55c9abc58d
Upgrade discord.py to 1.7.3 () 2021-09-27 07:02:46 +02:00
Fabian Affolter 44a4507b51
Upgrade requests to 2.26.0 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-26 21:44:28 -05:00
Fabian Affolter 115d34f55a
Set certifi to >=2021.5.30 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-26 21:19:30 -05:00
J. Nick Koston 7ab6c82ad2
Drop defusedxml dep from ssdp manifest () 2021-09-26 19:49:43 -05:00
J. Nick Koston 26e031984b
Ensure sonos always gets ssdp callbacks from searches () 2021-09-26 17:16:03 -05:00
J. Nick Koston 6399730d2f
Optimize SSDP matching ()
* Optimize SSDP matching

* tweak

* remove

* remove dupe
2021-09-26 16:30:39 -05:00
J. Nick Koston f268227d64
Implement retry and backoff strategy for requirements install ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-09-26 14:47:03 -05:00
Raman Gupta 8716aa011a
Add support for multilevel switch CC select entities ()
* Add support for multilevel switch CC select entities

* Use state names from docs and include more device identifiers from device DB

* black

* pylint

* type fix

* Add failure scenario test

* Update homeassistant/components/zwave_js/select.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-09-26 14:22:41 -04:00
Fabian Affolter 2326e3ed94
Upgrade voluptuous to 0.12.2 () 2021-09-26 18:59:00 +02:00
J. Nick Koston 52410ff0d7
Ensure yeelight can be unloaded when device is offline () 2021-09-26 09:54:43 -07:00
J. Nick Koston 26f73779cc
Avoid enabling ipv6 dual stack for zeroconf on unsupported platforms () 2021-09-26 09:51:34 -07:00
J. Nick Koston f74291ccb6
Expose the ability to move an entity/device between config entries () 2021-09-26 09:50:57 -07:00
Marc Mueller e35e584b60
Use EntityDescription - sht31 ()
* Use EntityDescription - sht31

* Add device_class for humidity

* Fix monitored conditions

* Add pylint disable
2021-09-26 18:19:36 +02:00
Fabian Affolter 65bce33a63
Upgrade emoji to 1.5.0 () 2021-09-26 15:09:13 +02:00
Franck Nijhof bfefe82605
Upgrade pre-commit to 2.15.0 () 2021-09-26 14:47:47 +02:00
Fabian Affolter a0a359e2ef
Upgrade ciso8601 to 2.2.0 () 2021-09-26 14:47:29 +02:00
Daniel Hjelseth Høyer d8387744ec
Correct the device name for Airthings () 2021-09-26 12:48:27 +02:00
Aaron Bach 01e03a223b
Simplify native value and attributes properties for Flu Near You () 2021-09-26 11:12:54 +02:00
Aaron Bach aeba3a703f
Revert "Simplify state update for Flu Near You ()" ()
This reverts commit d4ebcf2ba5.
2021-09-25 17:19:17 -06:00
Robert Svensson 8db0bd3c0e
Fix state_class for deCONZ power sensors ()
* Fix state_class for power sensors
Rewrite entity descriptions for binary sensor and sensor platforms

* Remove icon if device_class is specified
2021-09-25 20:54:55 +02:00
Aaron Bach d4ebcf2ba5
Simplify state update for Flu Near You () 2021-09-25 20:22:51 +02:00