GitHub Action
|
cfa08c5229
|
[ci skip] Translation update
|
2022-12-15 00:24:38 +00:00 |
GitHub Action
|
b9753a9f92
|
[ci skip] Translation update
|
2022-12-13 00:27:47 +00:00 |
GitHub Action
|
230b50d099
|
[ci skip] Translation update
|
2022-11-29 00:26:01 +00:00 |
epenet
|
8ed689fede
|
Add new rule to enforce relative imports in pylint (#77358)
* Add new rule to enforce relative imports in pylint
* Early return
* Adjust components
|
2022-08-29 08:55:32 +02:00 |
GitHub Action
|
a3fd5acf3f
|
[ci skip] Translation update
|
2022-07-13 00:27:34 +00: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 |
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 |
Marc Mueller
|
ab67ba20f5
|
Update pylint plugin to validate `_async_has_devices` (#66512)
|
2022-02-14 18:10:50 +01:00 |
GitHub Action
|
ca7d4234e1
|
[ci skip] Translation update
|
2022-01-31 00:14:28 +00:00 |
GitHub Action
|
77ef86faee
|
[ci skip] Translation update
|
2022-01-30 00:14:21 +00:00 |
epenet
|
c7cb26cbab
|
Use Platform enum in load_platform [a-l] (#63750)
|
2022-01-10 10:30:47 +01:00 |
epenet
|
178d2848f3
|
Add setup type hints [i-k] (#63444)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2022-01-05 12:14:13 +01:00 |
epenet
|
a9901356c3
|
Add sensor setup type hints [i-l] (#63315)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2022-01-03 19:11:50 +01:00 |
Zac West
|
8ee2ca8a56
|
Deprecate ios push config (in favor of inline actions) (#61078)
|
2021-12-07 08:56:08 +01:00 |
Marc Mueller
|
156435d1c2
|
Update integrations to use `async_setup_platforms` (#60956)
* Replace forward_entry_setup with setup_platforms
* Apply suggestions from code review
Co-authored-by: Marvin Wichmann <marvin@fam-wichmann.de>
Co-authored-by: Marvin Wichmann <marvin@fam-wichmann.de>
|
2021-12-04 08:57:24 +01:00 |
GitHub Action
|
9e606abb0c
|
[ci skip] Translation update
|
2021-11-23 00:13:54 +00:00 |
Robert Hillis
|
05671557f0
|
Use DeviceInfo Class I-K (#58300)
|
2021-10-23 20:42:50 +02:00 |
Ville Skyttä
|
ce1eda9809
|
Use http.HTTPStatus in components/[ikl]* (#58248)
|
2021-10-22 23:06:18 +02:00 |
Marc Mueller
|
9a58bfdf41
|
Use assignment expressions 17 (#57963)
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com>
|
2021-10-20 17:42:26 +02:00 |
GitHub Action
|
f42c2f5170
|
[ci skip] Translation update
|
2021-10-02 12:59:05 +00:00 |
Ville Skyttä
|
d8d34fdd3b
|
Prefer HTTPStatus over int in HA view JSON functions (#56504)
* Prefer HTTPStatus over int in HA view JSON functions
* Update zwave tests to not expect a fixed typo
|
2021-09-22 21:59:52 +03:00 |
GitHub Action
|
65d14909ee
|
[ci skip] Translation update
|
2021-08-27 00:14:42 +00:00 |
Erik Montnemery
|
2720ba2753
|
Move temperature conversions to sensor base class (4/8) (#54472)
* Move temperature conversions to entity base class (4/8)
* Fix litterrobot sensor
* Fix tests
|
2021-08-11 21:17:47 +02:00 |
Marc Mueller
|
f5901265dc
|
Use EntityDescription - ios (#54359)
* Use EntityDescription - ios
* Make attribute static
* Update homeassistant/components/ios/sensor.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
2021-08-10 16:47:52 +02: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
|
c81df50191
|
[ci skip] Translation update
|
2021-06-06 00:19:43 +00:00 |
Franck Nijhof
|
06e5314bc8
|
Cleanup commented code + comprehensions in iOS (#51238)
|
2021-05-29 17:28:32 +02:00 |
Franck Nijhof
|
c68b259bd3
|
Cleanup of unused connection_class logic (#49865)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
|
2021-04-29 23:12:58 +02:00 |
Franck Nijhof
|
055cdc64c0
|
Add support for IoT class in manifest (#46935)
|
2021-04-15 10:21:38 +02:00 |
Franck Nijhof
|
786023fce4
|
Merge of nested IF-IF cases - H-J (#48368)
|
2021-03-27 11:30:29 +01:00 |
Erik Montnemery
|
fdf97eaca3
|
Migrate integrations i-m to extend SensorEntity (#48213)
|
2021-03-22 19:59:03 +01: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 |
HomeAssistant Azure
|
0cb1f61deb
|
[ci skip] Translation update
|
2021-02-21 00:07:04 +00:00 |
Paulus Schoutsen
|
959ed6d077
|
Update translations
|
2021-02-03 11:46:49 +01:00 |
HomeAssistant Azure
|
42f00cff30
|
[ci skip] Translation update
|
2020-12-04 00:05:42 +00:00 |
J. Nick Koston
|
810561e313
|
Switch ios to dispatching instead of polling (#43233)
|
2020-11-14 21:43:49 +01:00 |
HomeAssistant Azure
|
aab0ff2ea5
|
[ci skip] Translation update
|
2020-11-03 00:04:39 +00:00 |
J. Nick Koston
|
c0845a3650
|
Prevent ios sensor updates from running in the executor (#41986)
The update was only checking an existing dict
|
2020-10-17 15:38:42 +02:00 |
HomeAssistant Azure
|
11b812b82e
|
[ci skip] Translation update
|
2020-10-16 00:04:33 +00:00 |
HomeAssistant Azure
|
994ae09f69
|
[ci skip] Translation update
|
2020-10-15 00:03:50 +00:00 |
HomeAssistant Azure
|
ba55cb8955
|
[ci skip] Translation update
|
2020-10-14 00:04:41 +00:00 |
HomeAssistant Azure
|
1417a4161f
|
[ci skip] Translation update
|
2020-10-13 00:03:24 +00:00 |
Philip Allgaier
|
625bbe6238
|
Cleanup unused loggers (components A-M) (#41600)
|
2020-10-12 16:59:05 +02:00 |
HomeAssistant Azure
|
f787289ea0
|
[ci skip] Translation update
|
2020-10-12 00:03:31 +00:00 |