Erik Montnemery
|
6de6a5dc14
|
Move temperature conversions to sensor base class (3/8) (#54469)
* Move temperature conversions to entity base class (3/8)
* Fix FritzBox sensor
* Fix tests
|
2021-08-12 14:23:56 +02:00 |
GitHub Action
|
390023a576
|
[ci skip] Translation update
|
2021-08-11 00:18:57 +00:00 |
GitHub Action
|
98bcdc2cf5
|
[ci skip] Translation update
|
2021-08-07 00:10:12 +00:00 |
GitHub Action
|
64c9f9e1cb
|
[ci skip] Translation update
|
2021-08-06 00:15:04 +00:00 |
Paulus Schoutsen
|
91e55bdd14
|
Bump aiohue to 2.6.1 (#53887)
|
2021-08-02 14:44:15 -07:00 |
GitHub Action
|
8c5620e74b
|
[ci skip] Translation update
|
2021-08-02 03:40:04 +00: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 |
GitHub Action
|
ecf0d4398d
|
[ci skip] Translation update
|
2021-07-22 00:10:31 +00:00 |
Daniel Hjelseth Høyer
|
fbad453c89
|
Pylint 2.9.3 (#52972)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
|
2021-07-14 21:44:57 -07:00 |
GitHub Action
|
0c5ce9cac2
|
[ci skip] Translation update
|
2021-07-07 00:11:57 +00:00 |
GitHub Action
|
378b5f75ec
|
[ci skip] Translation update
|
2021-07-04 00:09:33 +00:00 |
Erik Montnemery
|
76c3058d15
|
Rename device trigger base schema to DEVICE_TRIGGER_BASE_SCHEMA (#51719)
|
2021-06-10 19:11:38 +02:00 |
cklagenberg
|
f09f47f13a
|
Add device trigger support for Philips Hue Wall Switch Module (#51574)
|
2021-06-09 12:06:02 +02:00 |
GitHub Action
|
7615af35d8
|
[ci skip] Translation update
|
2021-06-07 00:18:16 +00:00 |
GitHub Action
|
c81df50191
|
[ci skip] Translation update
|
2021-06-06 00:19:43 +00:00 |
Paulus Schoutsen
|
bf3a561149
|
Bump aiohue to 2.5.1 (#51447)
|
2021-06-03 17:16:32 -07:00 |
Erik Montnemery
|
b169a8dbda
|
Mark battery, humidity and pressure sensors as STATE_CLASS_MEASUREMENT (#50924)
* Mark battery, humidity and pressure sensors as STATE_CLASS_MEASUREMENT
* Fix deconz battery sensor
|
2021-05-24 11:36:42 +02:00 |
Franck Nijhof
|
0cbcb9e0d6
|
Fix Hue overriding property methods, remove ignored typing (#50976)
|
2021-05-22 20:32:41 -07:00 |
Erik Montnemery
|
73d7a754e8
|
Mark temperature sensors as STATE_CLASS_MEASUREMENT (#50889)
* Mark temperature sensors as STATE_CLASS_MEASUREMENT
* Fix broadlink tests
* Tweak Hue changes
|
2021-05-21 11:44:34 +02:00 |
Paulus Schoutsen
|
2976bbbbdd
|
Store Hue bridge in hass.data before setting up platforms (#50703)
* Store bridge in hass.data before setting up platforms
* Self
|
2021-05-20 09:08:23 +02:00 |
Paulus Schoutsen
|
56774a9f63
|
Hue: unique ID for groups + remote events (#50748)
|
2021-05-17 08:07:25 -07:00 |
Franck Nijhof
|
117860f13b
|
Update Hue IoT Class to Local Push (#50637)
|
2021-05-15 13:30:23 +02:00 |
Paulus Schoutsen
|
646af533f0
|
Add support for Hue push updates (#50591)
|
2021-05-14 13:39:57 -07:00 |
Paulus Schoutsen
|
5ed252ebfa
|
Bump aiohue to 2.3.1 (#50506)
|
2021-05-11 22:15:36 -07:00 |
J. Nick Koston
|
34c84a6bbb
|
Reduce boilerplate to abort for matching config entries (#50186)
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-05-11 22:00:12 +02:00 |
Erik Montnemery
|
ba284c0d27
|
Add sensor state_class property (#50063)
* Add sensor state_class property
* STATE_CLASS_LATEST -> STATE_CLASS_MEASUREMENT
* Export sensor.state_class in capability_attributes
* Add STATE_CLASS_UNKNOWN
* Fix typing
* Update tests
* STATE_CLASS_UNKNOWN -> STATE_CLASS_OTHER
* Update homeassistant/components/sensor/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Remove STATE_CLASS_OTHER
* Update tests
* Revert test changes
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
|
2021-05-07 23:04:00 +02:00 |
Paulus Schoutsen
|
17fc962a87
|
Bump aiohue to 2.3.0 (#50217)
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-05-07 14:24:47 +02:00 |
Franck Nijhof
|
10d6dfd4ae
|
Clean up connection classes in integrations H-L (#49891)
|
2021-04-30 21:02:53 -10:00 |
Ruslan Sayfutdinov
|
183220008d
|
Rename FlowResultDict to FlowResult (#49847)
|
2021-04-29 13:40:51 +02:00 |
J. Nick Koston
|
a1fdf84dba
|
Reduce config entry setup/unload boilerplate G-J (#49737)
|
2021-04-27 16:09:59 +02:00 |
J. Nick Koston
|
9222d3e9f9
|
Ensure hue connection errors are passed to ConfigEntryNotReady (#49674)
- Limits log spam on retry
|
2021-04-25 16:42:45 -10:00 |
starkillerOG
|
3e3cd0981d
|
Reduce hue gamut warning to debug (#49624)
|
2021-04-25 11:50:08 +02:00 |
Milan Meulemans
|
48695869f9
|
Change dict[str, Any] to FlowResultDict (#49546)
|
2021-04-22 17:23:15 -10:00 |
Paulus Schoutsen
|
9fe0c96474
|
Fix Hue activate scene (#49556)
|
2021-04-22 19:29:11 +02:00 |
HomeAssistant Azure
|
f6a24e8d68
|
[ci skip] Translation update
|
2021-04-20 00:04:05 +00:00 |
Franck Nijhof
|
055cdc64c0
|
Add support for IoT class in manifest (#46935)
|
2021-04-15 10:21:38 +02:00 |
Paulus Schoutsen
|
28347e19c5
|
Fix Hue service being removed on entry reload (#48663)
|
2021-04-13 09:31:23 -07:00 |
HomeAssistant Azure
|
93c68f8be6
|
[ci skip] Translation update
|
2021-04-13 00:04:04 +00:00 |
Marc Mueller
|
2956eb0902
|
Update pylint to 2.7.3 (#48488)
* Update pylint to 2.7.3
* Add class-const-naming-style
* Remove unused-import message
* Additional cleanup
|
2021-03-29 18:02:56 -10:00 |
Franck Nijhof
|
786023fce4
|
Merge of nested IF-IF cases - H-J (#48368)
|
2021-03-27 11:30:29 +01:00 |
Erik Montnemery
|
339a56e434
|
Migrate integrations f-h to extend SensorEntity (#48212)
|
2021-03-22 19:45:17 +01:00 |
J. Nick Koston
|
c820dd4cb5
|
Have pylint warn when user visible log messages do not start with capital letter or end with a period (#48064)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2021-03-19 09:26:36 -05:00 |
HomeAssistant Azure
|
d77a28b8a1
|
[ci skip] Translation update
|
2021-03-19 00:03:03 +00:00 |
Marc Mueller
|
5cdd945f44
|
Update typing 08 (#48058)
|
2021-03-18 09:25:40 +01:00 |
HomeAssistant Azure
|
f625e324dd
|
[ci skip] Translation update
|
2021-03-18 00:07:07 +00:00 |
HomeAssistant Azure
|
4306c8fbb4
|
[ci skip] Translation update
|
2021-03-17 00:03:55 +00:00 |
HomeAssistant Azure
|
c11b85af2f
|
[ci skip] Translation update
|
2021-03-16 00:04:36 +00:00 |
Erik Montnemery
|
af4d06b12e
|
Update integrations f-i to override extra_state_attributes() (#47757)
|
2021-03-11 16:57:47 +01:00 |
Franck Nijhof
|
10535018cc
|
Improve HomeKit discovered Hue config flow (#47729)
|
2021-03-10 11:20:51 -08:00 |
Paulus Schoutsen
|
3ad4c26f98
|
Allow SSDP discovery modern Hue hubs (#47725)
|
2021-03-10 19:21:51 +01:00 |