Aaron Bach
|
570824100c
|
Remove `ozone` device class from OpenUV sensor (#84791)
fixes undefined
|
2022-12-29 18:32:06 +01:00 |
epenet
|
55a5e17cf2
|
Use UnitOfTime in integrations (h-s) (#84289)
|
2022-12-20 13:21:14 +01:00 |
GitHub Action
|
f19a1147fe
|
[ci skip] Translation update
|
2022-12-11 00:26:24 +00:00 |
GitHub Action
|
f25017313a
|
[ci skip] Translation update
|
2022-12-09 00:24:29 +00:00 |
GitHub Action
|
5f9290e572
|
[ci skip] Translation update
|
2022-12-05 00:23:07 +00:00 |
Aaron Bach
|
ee0fbae2ca
|
Return empty data when OpenUV API call fails (#83089)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
fixes undefined
|
2022-12-02 20:27:33 -05:00 |
GitHub Action
|
03154e1d83
|
[ci skip] Translation update
|
2022-12-03 00:21:50 +00:00 |
GitHub Action
|
197e71203b
|
[ci skip] Translation update
|
2022-11-30 00:26:16 +00:00 |
epenet
|
2d7701cab5
|
Use SchemaOptionsFlowHandler in openuv (#82494)
* Use suggested_values helper in openuv
* Use SchemaOptionsFlowHandler
|
2022-11-29 16:14:32 +01:00 |
GitHub Action
|
230b50d099
|
[ci skip] Translation update
|
2022-11-29 00:26:01 +00:00 |
GitHub Action
|
b65d8cc1b3
|
[ci skip] Translation update
|
2022-11-28 00:23:09 +00:00 |
GitHub Action
|
f3b3193f7a
|
[ci skip] Translation update
|
2022-11-25 00:24:19 +00:00 |
GitHub Action
|
eaf6d43508
|
[ci skip] Translation update
|
2022-11-23 00:26:26 +00:00 |
epenet
|
13c03d022b
|
Fix suggested values in openuv config flow (#82479)
* Fix suggested values in openuv config flow
* Don't use new helper
|
2022-11-21 17:12:28 +01:00 |
GitHub Action
|
fe5246fb6f
|
[ci skip] Translation update
|
2022-11-19 00:26:11 +00:00 |
GitHub Action
|
c999953514
|
[ci skip] Translation update
|
2022-11-17 00:26:24 +00:00 |
GitHub Action
|
83a6012f80
|
[ci skip] Translation update
|
2022-11-15 00:26:42 +00:00 |
GitHub Action
|
df0ba28b05
|
[ci skip] Translation update
|
2022-11-11 00:30:00 +00:00 |
GitHub Action
|
8b4dbbe593
|
[ci skip] Translation update
|
2022-11-10 00:27:41 +00:00 |
Aaron Bach
|
adf84b0c62
|
Add `async_get_active_reauth_flows` helper for config entries (#81881)
* Add `async_get_active_reauth_flows` helper for config entries
* Code review
* Code review + tests
|
2022-11-09 15:36:50 -07:00 |
GitHub Action
|
dcf68d768e
|
[ci skip] Translation update
|
2022-11-09 00:27:20 +00:00 |
Aaron Bach
|
45be2a260e
|
Add re-auth flow for OpenUV (#79691)
|
2022-11-08 07:41:09 -07:00 |
GitHub Action
|
c7fc51cfa5
|
[ci skip] Translation update
|
2022-11-04 00:29:52 +00:00 |
Aaron Bach
|
4e8e53f357
|
Remove previously-deprecated OpenUV services (#81055)
|
2022-10-27 10:22:44 +02:00 |
Aaron Bach
|
2af58ad609
|
Set integration type on codeowned integrations @bachya (#80974)
|
2022-10-25 22:23:54 +02:00 |
Aaron Bach
|
e40db797c5
|
Remove redundant `async_update` for OpenUV entities (#80735)
|
2022-10-21 14:08:37 -06:00 |
Aaron Bach
|
60b3d6816b
|
Replace custom OpenUV data object with coordinators (#80705)
* Replace custom OpenUV data object with coordinators
* Typing
* Code review
|
2022-10-20 19:37:20 -06:00 |
Aaron Bach
|
4ea46bf841
|
Use `entry.as_dict()` in OpenUV diagnostics (#80115)
|
2022-10-11 19:17:03 +03:00 |
GitHub Action
|
21b078eeb7
|
[ci skip] Translation update
|
2022-09-30 00:42:29 +00:00 |
GitHub Action
|
63f2c4ab98
|
[ci skip] Translation update
|
2022-09-29 00:36:54 +00:00 |
GitHub Action
|
3875ce6c9e
|
[ci skip] Translation update
|
2022-09-24 00:31:54 +00:00 |
GitHub Action
|
bbe19e6255
|
[ci skip] Translation update
|
2022-09-23 00:32:50 +00:00 |
GitHub Action
|
d7eb277bc8
|
[ci skip] Translation update
|
2022-09-21 00:32:35 +00:00 |
GitHub Action
|
4b2bea4972
|
[ci skip] Translation update
|
2022-09-20 00:30:13 +00:00 |
GitHub Action
|
1f92804211
|
[ci skip] Translation update
|
2022-09-19 00:27:46 +00:00 |
Aaron Bach
|
a282e41d68
|
Revert unintended OpenUV unique ID change (#78691)
|
2022-09-18 09:24:13 -06:00 |
GitHub Action
|
e9eb5dc338
|
[ci skip] Translation update
|
2022-09-18 00:29:50 +00:00 |
Aaron Bach
|
ca5a9c9456
|
Allow multiple instances of OpenUV via the `homeassistant.update_entity` service (#76878)
* Allow for multiple instances of the OpenUV integration
* Docstring
* Remove Repairs
* Fix tests
* Slightly faster OpenUV object lookup
* Entity update service
* Remove service descriptions
* hassfest
* Simplify strings
* Don't add UI instructions to Repairs item
* Add a throttle to entity update
* Update homeassistant/components/openuv/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Switch from Throttle to Debouncer(s)
* Keep dispatcher for services
* Reduce change surface area
* Duplicate method
* Add issue registry through helper
* Update deprecation version
* Use config entry selector
* Remove device/service info
* Remove commented out method
* Correct entity IDs and better verbiage
* Fix tests
* Handle missing config entry ID in service calls
* Remove unhelpful comment
* Remove unused constants
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2022-09-17 17:56:45 -06:00 |
GitHub Action
|
81e3ef03f7
|
[ci skip] Translation update
|
2022-08-02 00:27:42 +00:00 |
GitHub Action
|
a3fd5acf3f
|
[ci skip] Translation update
|
2022-07-13 00:27:34 +00:00 |
Aaron Bach
|
b4e5c95e03
|
Migrate OpenUV to new entity naming style (#74919)
|
2022-07-10 22:45:09 +02:00 |
J. Nick Koston
|
cd03c49fc2
|
Wait for config entry platform forwards (#73806)
|
2022-07-09 17:27:42 +02:00 |
GitHub Action
|
ceb8bb4745
|
[ci skip] Translation update
|
2022-05-21 00:22:49 +00:00 |
GitHub Action
|
37f81b261d
|
[ci skip] Translation update
|
2022-05-16 00:24:28 +00:00 |
Aaron Bach
|
0da228d210
|
Bump pyopenuv to 2022.04.0 (#70825)
|
2022-04-27 00:28:57 +02:00 |
GitHub Action
|
c64b4d997b
|
[ci skip] Translation update
|
2022-03-13 00:18:58 +00:00 |
GitHub Action
|
66d757115c
|
[ci skip] Translation update
|
2022-03-11 00:21:48 +00:00 |
GitHub Action
|
102ae9f0e3
|
[ci skip] Translation update
|
2022-02-22 00:17:23 +00:00 |
GitHub Action
|
c4cc6ca0ba
|
[ci skip] Translation update
|
2022-02-20 00:20:09 +00:00 |
Aaron Bach
|
75e5079df3
|
Catch correct error during OpenUV startup (#65459)
|
2022-02-02 17:05:40 -08:00 |