GitHub Action
a4b8124a10
[ci skip] Translation update
2022-10-23 00:36:20 +00:00
GitHub Action
0199e0a756
[ci skip] Translation update
2022-10-21 00:30:37 +00:00
GitHub Action
388328adba
[ci skip] Translation update
2022-10-17 00:36:39 +00:00
GitHub Action
3c48ce9ee7
[ci skip] Translation update
2022-10-16 00:44:12 +00:00
GitHub Action
2242d3c234
[ci skip] Translation update
2022-10-15 00:33:41 +00:00
GitHub Action
230fe4453f
[ci skip] Translation update
2022-10-12 00:40:30 +00:00
GitHub Action
ed565a6eb1
[ci skip] Translation update
2022-10-09 00:30:44 +00:00
GitHub Action
558b327928
[ci skip] Translation update
2022-10-06 00:31:54 +00:00
GitHub Action
8d28da83ca
[ci skip] Translation update
2022-10-05 00:36:50 +00:00
GitHub Action
7eb101b0c7
[ci skip] Translation update
2022-10-04 00:37:13 +00:00
Paulus Schoutsen
61f0d0ea15
Update Nest string ( #79516 )
2022-10-02 18:51:46 -07:00
Allen Porter
7b8b73f826
Update nest climate to avoid duplicate set mode commands ( #79445 )
2022-10-01 21:59:10 -04:00
PeteRager
504ce8e93a
Set nest entities as unavailable on lost connection ( #78773 )
...
* NEST - Issues with lost internet connectivity #70479
Update Climate and Sensor entities to be unavailable when the device connectivity trait indicates the device is offline.
The prior behavior, the last known values would be displayed indefinitely if the device lost internet connectivity. This was creating the illusion that the device was still connected. With this change, the Home Assistant entities will become unavailable when the device loses connectivity.
* Update formatting
* Add doc strings, fix indentation
* Fix doc strings
* Update test_climate_sdm.py
* Update test_climate_sdm.py
* Update test_sensor_sdm.py
* Update test_sensor_sdm.py
* more formatting fixes
* Place availability logic in mixin
1. Consolidate repeated code into mixin and apply mixin to Climate and Sensor entities
2. Return true instead of super.available()
3. No unit test changes required to maintain code coverage
* Define self._device is mixin to make linter happier
* Remove logger used for debugging
* restore whitespace
* Fix test due to underlying merge change
* Update availability_mixin.py
* Move availability logic into device_info
* Update sensor_sdm.py
2022-09-28 19:23:11 -07:00
Paulus Schoutsen
c40c772f74
Finish Google brand ( #79225 )
2022-09-28 21:43:51 +02:00
GitHub Action
3875ce6c9e
[ci skip] Translation update
2022-09-24 00:31:54 +00:00
GitHub Action
e9eb5dc338
[ci skip] Translation update
2022-09-18 00:29:50 +00:00
GitHub Action
bcf01e8873
[ci skip] Translation update
2022-09-15 00:29:28 +00:00
GitHub Action
955f3b7083
[ci skip] Translation update
2022-09-13 00:29:19 +00:00
epenet
5c8e8e4860
Use new media player enums ( #78264 )
2022-09-12 20:06:27 +02:00
epenet
7871a517a8
Import constants from root ( #78271 )
2022-09-12 18:53:05 +02:00
epenet
6affd9c6fb
Import climate constants from root [m-z] ( #78178 )
2022-09-10 23:42:28 +02:00
GitHub Action
901031eb25
[ci skip] Translation update
2022-09-10 00:29:43 +00:00
epenet
ff356205bf
Use platform constants from root ( #78032 )
2022-09-08 12:24:45 +02:00
GitHub Action
4f7ad27b65
[ci skip] Translation update
2022-09-07 00:27:56 +00:00
GitHub Action
6921583410
[ci skip] Translation update
2022-09-04 00:28:06 +00:00
GitHub Action
ccef03f1d4
[ci skip] Translation update
2022-09-02 00:25:46 +00:00
GitHub Action
035cd16a95
[ci skip] Translation update
2022-08-30 00:30:17 +00:00
epenet
dff9baf880
Use _attr_should_poll in components [j-n] ( #77357 )
2022-08-26 21:19:37 +02:00
Erik Montnemery
c741d9d045
Update integrations to import issue_registry from helpers ( #77305 )
...
* Update integrations to import issue_registry from helpers
* Update tests
2022-08-25 15:33:05 +02:00
epenet
df5f6bdfc1
Use _attr_should_poll in camera entities ( #77173 )
2022-08-22 20:30:35 +02:00
GitHub Action
296e52d918
[ci skip] Translation update
2022-08-21 00:24:25 +00:00
GitHub Action
21cd2f5db7
[ci skip] Translation update
2022-08-20 00:23:43 +00:00
Marc Mueller
1faabb8f40
Add timeouts to requests calls ( #76851 )
2022-08-19 08:58:18 +02:00
GitHub Action
d2e5d91eba
[ci skip] Translation update
2022-08-18 00:25:40 +00:00
GitHub Action
ff3fd4c29d
[ci skip] Translation update
2022-08-16 00:30:51 +00:00
Marc Mueller
702f8180a6
Use TriggerActionType [l-t] ( #76813 )
2022-08-15 14:00:42 -04:00
GitHub Action
bec8e544f4
[ci skip] Translation update
2022-08-14 00:25:47 +00:00
GitHub Action
6e03b12a93
[ci skip] Translation update
2022-08-13 00:25:00 +00:00
GitHub Action
7c81f790a7
[ci skip] Translation update
2022-08-12 00:23:47 +00:00
GitHub Action
519d478d61
[ci skip] Translation update
2022-08-11 00:26:23 +00:00
GitHub Action
4a938ec33e
[ci skip] Translation update
2022-08-10 00:23:36 +00:00
GitHub Action
32a2999b85
[ci skip] Translation update
2022-08-06 00:24:46 +00:00
GitHub Action
cb46441b74
[ci skip] Translation update
2022-08-05 00:28:51 +00:00
GitHub Action
e2e277490b
[ci skip] Translation update
2022-08-04 00:27:38 +00:00
GitHub Action
e09bbc749c
[ci skip] Translation update
2022-08-03 00:28:23 +00:00
Allen Porter
26e2ef8175
Add repair issues for nest app auth removal and yaml deprecation ( #75974 )
...
* Add repair issues for nest app auth removal and yaml deprecation
* Apply PR feedback
* Re-apply suggestion that i force pushed over
* Update criticality level
2022-08-02 03:20:20 +02:00
GitHub Action
81e3ef03f7
[ci skip] Translation update
2022-08-02 00:27:42 +00:00
GitHub Action
c4ad6d46ae
[ci skip] Translation update
2022-07-30 00:22:48 +00:00
GitHub Action
33c635809c
[ci skip] Translation update
2022-07-27 00:28:57 +00:00
GitHub Action
87797c8b66
[ci skip] Translation update
2022-07-21 00:26:18 +00:00