Erwin Douna
fb8eeac563
Refactor Tado to use runtime_data ( #121373 )
2024-07-07 17:15:38 +02:00
Joost Lekkerkerker
a0d50ecdf5
Remove entity description mixin in Tado ( #112947 )
2024-03-11 10:53:19 +01:00
Marc Mueller
062cc4bfce
Add empty line after module docstring [t-v] ( #112705 )
2024-03-08 10:35:23 -05:00
Erwin Douna
c52e2038be
Tado code quality improvements ( #107678 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2024-02-28 11:28:51 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ( #105984 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
Joost Lekkerkerker
26152adb23
Add entity translations to Tado ( #96226 )
2023-07-23 14:32:25 +02:00
avee87
cc404cfe77
Refactor Tado to use entity descriptions and new naming style ( #75750 )
...
* Refactor Tado to use entity descriptions and new naming style
* minor fixes
* typing
2023-03-28 08:24:19 -04:00
Franck Nijhof
a8f1cc0d33
Remove unneeded guards from (async_)add_entities call ( #80471 )
2022-10-17 21:11:58 +02:00
epenet
458001a06e
Improve entity type hints [t] ( #77883 )
2022-09-06 13:35:52 +02:00
epenet
24c07ccf15
Remove tado from mypy ignored modules ( #64333 )
...
* Remove tado from mypy ignored modules
* Adjust typing
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-17 19:20:12 -08:00
epenet
0700c73bd0
Add setup type hints [s-t] ( #63613 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-07 16:29:16 +01:00
epenet
4176cb15f6
Use new enums in tado ( #62423 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-20 21:16:12 +01:00
Erik Montnemery
1fc8e32d86
Update integrations t-z to override extra_state_attributes() ( #47760 )
2021-03-11 20:16:26 +01:00
Álvaro Fernández Rojas
470121e5b0
Restore Tado binary sensor attributes ( #46069 )
2021-02-24 07:17:01 -06:00
Álvaro Fernández Rojas
fcae840641
Fix Tado Power and Link binary sensors ( #46235 )
...
Power and Link aren't converted from strings to booleans by python-tado, so we
need to properly parse before assigning the string value to binary sensors.
Fixes: 067f2d0098
("Add tado zone binary sensors (#44576 )")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-02-08 22:49:46 +01:00
Álvaro Fernández Rojas
ec926105a0
Bump PyTado to 0.10.0 ( #44770 )
...
* Bump PyTado to v0.10.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Tado: switch to getDeviceInfo
This function has been introduced in version 0.10.0 of PyTado.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Tado: update tests
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-01-04 03:53:15 +01:00
Álvaro Fernández Rojas
067f2d0098
Add tado zone binary sensors ( #44576 )
...
These should be binary sensors.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-01-02 13:35:59 +01:00
Álvaro Fernández Rojas
50e11773ee
Tado: use proper variable name to avoid confusion ( #44571 )
...
Current device_id variable refers to the Home ID obtained from the Tado API.
Let's use home_id in order to avoid confusion with Tado devices.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-12-28 14:57:51 +01:00
Álvaro Fernández Rojas
6d043f2ca1
Tado: add full list of devices ( #44475 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-12-27 16:36:35 +01:00