HomeAssistant Azure
e48bcd2070
[ci skip] Translation update
2020-06-27 00:05:54 +00:00
HomeAssistant Azure
9586e9ebef
[ci skip] Translation update
2020-05-15 00:02:56 +00:00
Paulus Schoutsen
0efeefe3b2
Update translations
2020-05-13 11:27:21 -07:00
Paulus Schoutsen
dd32324e01
Use config flow references for data ( #35529 )
2020-05-12 10:50:44 -07:00
HomeAssistant Azure
78f846d532
[ci skip] Translation update
2020-05-03 00:02:26 +00:00
HomeAssistant Azure
5d37eb8eeb
[ci skip] Translation update
2020-04-30 00:03:17 +00:00
Erik Montnemery
066e921a8b
Rename SwitchDevice to SwitchEntity ( #34673 )
2020-04-26 18:50:37 +02:00
Erik Montnemery
e4333a7a44
Rename Light to LightEntity ( #34593 )
2020-04-26 18:49:41 +02:00
Erik Montnemery
b022e08db9
Rename BinarySensorDevice to BinarySensorEntity ( #34462 )
...
* Rename BinarySensorDevice to BinarySensorEntity
* Tweak
* Move deprecation warning to __new__, add test
* Move deprecation warning back to __init__
* Move deprecation warning to __init_subclass
2020-04-23 21:57:07 +02:00
HomeAssistant Azure
da87ec8499
[ci skip] Translation update
2020-04-23 00:05:07 +00:00
Joakim Sørensen
730a257f3c
Rename translations dir for integrations ( #34494 )
2020-04-21 16:11:05 -07:00
Paulus Schoutsen
0d60d40512
Update translations
2020-04-16 13:00:10 -07:00
Paulus Schoutsen
55dfca7467
Drop title from translations if brand name ( #34306 )
2020-04-16 12:52:53 -07:00
Paulus Schoutsen
f06aeea385
Update translations
2020-04-15 09:51:07 -07:00
Paulus Schoutsen
d36204a968
Move title translation to root ( #33850 )
2020-04-15 09:41:18 -07:00
HomeAssistant Azure
e1d66f6fdd
[ci skip] Translation update
2020-04-14 00:07:23 +00:00
Franck Nijhof
24840b54ac
Add yamllint (in pre-commit and CI) ( #33676 )
...
* Add yamllint (in pre-commit and CI)
* Fix linting for all YAML files
* Bump and add it to requirements
* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00
Franck Nijhof
e8a0abd107
String formatting improvements ( #33635 )
...
* String formatting improvements
* Found another one
2020-04-04 18:21:14 +02:00
Paulus Schoutsen
aaa1d06809
Directly call async_write_ha_state ( #33508 )
...
* Directly call async_write_ha_state
* Address comments
* Fix tests
2020-04-01 14:19:51 -07:00
HomeAssistant Azure
5bedc4ede2
[ci skip] Translation update
2020-03-29 00:04:45 +00:00
HomeAssistant Azure
763ed0dc7b
[ci skip] Translation update
2020-03-24 13:18:47 +00:00
springstan
c7d983fd44
Catch an extra error for Ring ( #32477 )
2020-03-04 23:09:54 +01:00
springstan
f1a0ca7cd3
Add and use percentage constant ( #32094 )
...
* Add and use percentage constant
* Fix pylint error and broken test
2020-02-28 11:46:48 -08:00
HomeAssistant Azure
fefbe02d44
[ci skip] Translation update
2020-02-28 00:31:47 +00:00
Paulus Schoutsen
ced870c588
Remove YAML config from Ring integration ( #32039 )
2020-02-21 17:36:19 -08:00
HomeAssistant Azure
40e866a5bb
[ci skip] Translation update
2020-02-13 00:31:46 +00:00
HomeAssistant Azure
a2bea2cab8
[ci skip] Translation update
2020-02-09 00:31:39 +00:00
HomeAssistant Azure
5483de7e25
[ci skip] Translation update
2020-02-08 00:31:45 +00:00
HomeAssistant Azure
274cf23269
[ci skip] Translation update
2020-02-07 00:31:50 +00:00
HomeAssistant Azure
6f99bac557
[ci skip] Translation update
2020-02-06 00:31:53 +00:00
HomeAssistant Azure
787faaa508
[ci skip] Translation update
2020-02-03 00:31:45 +00:00
HomeAssistant Azure
a958418ef1
[ci skip] Translation update
2020-02-02 00:31:45 +00:00
HomeAssistant Azure
74413e07d0
[ci skip] Translation update
2020-01-31 00:31:57 +00:00
HomeAssistant Azure
2c02334c1f
[ci skip] Translation update
2020-01-29 00:31:54 +00:00
HomeAssistant Azure
f20b3515f2
[ci skip] Translation update
2020-01-20 00:31:55 +00:00
Paulus Schoutsen
ecef0f6e93
Catch all Ring timeout errors ( #30960 )
...
* Catch more Ring errors
* Fix comment & Disable wifi entities by default
2020-01-19 13:39:16 -08:00
steve-gombos
8fcd0e9a79
Ring camera fix ( #30975 )
...
* Fix ring camera entities
* Reverted test refresh interval
* Fix black errors
2020-01-19 13:18:11 -08:00
Paulus Schoutsen
8cacef47f3
camera endpoint likes to timeout, catch it. ( #30919 )
2020-01-17 14:54:32 -08:00
HomeAssistant Azure
24a381456a
[ci skip] Translation update
2020-01-17 00:31:45 +00:00
Daniel Shokouhi
6678f8387f
Remove unused import ( #30858 )
2020-01-16 16:26:10 -08:00
Paulus Schoutsen
1e82813c3b
Refactor Ring data handling ( #30777 )
...
* Refactor Ring data handling
* Add async_ to methods
2020-01-15 08:10:42 -08:00
HomeAssistant Azure
8093da6a0c
[ci skip] Translation update
2020-01-15 00:31:56 +00:00
Paulus Schoutsen
c4673ddee1
Update Ring to 0.6.0 ( #30748 )
...
* Update Ring to 0.6.0
* Update sensor tests
* update -> async_update
* Delete temp files
* Address comments
* Final tweaks
* Remove stale print
2020-01-14 12:54:45 -08:00
HomeAssistant Azure
f9fe91ee74
[ci skip] Translation update
2020-01-14 00:31:46 +00:00
Paulus Schoutsen
10e89bbc8c
Fix Ring wifi sensors ( #30735 )
...
* Fix Ring wifi sensors
* Update before adding
2020-01-13 09:13:46 -08:00
HomeAssistant Azure
0534153ae7
[ci skip] Translation update
2020-01-13 00:31:54 +00:00
Paulus Schoutsen
9266fc0cd7
Ring OTP improvement ( #30688 )
...
* Fix otp flow
* Update Ring to 0.5
Co-authored-by: steve-gombos <3118886+steve-gombos@users.noreply.github.com>
2020-01-11 18:22:08 -08:00
HomeAssistant Azure
8b46b5591f
[ci skip] Translation update
2020-01-12 00:32:04 +00:00
Paulus Schoutsen
7073b0eb88
Upgrade Ring to new version ( #30666 )
...
* Upgrade Ring to new version
* Move legacy cleanup down
* Fix test
2020-01-11 16:04:39 -08:00
HomeAssistant Azure
d6512c8a9f
[ci skip] Translation update
2020-01-11 00:31:55 +00:00