Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
Joost Lekkerkerker
a04aaf10a5
Use DeviceInfo object d-o ( #96280 )
2023-07-11 19:41:55 +02:00
Mick Vleeshouwer
8b159d0f47
Fix missing EntityDescription names in Overkiz ( #95583 )
...
* Fix labels
* Update homeassistant/components/overkiz/entity.py
* Check if description.name is string
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-06-30 23:59:01 -04:00
Mick Vleeshouwer
de1b5626e1
Set explicit None for entity name in Overkiz when using device name ( #95238 )
2023-06-26 18:11:57 +02:00
Franck Nijhof
3d557b5583
Collection of code styling tweaks ( #87381 )
2023-02-04 12:52:26 -05:00
Franck Nijhof
30db947d99
Use enum sensor device class in Overkiz ( #83342 )
2022-12-06 00:36:57 +01:00
Franck Nijhof
399f0ea161
Migrate Overkiz select translations ( #83324 )
2022-12-05 17:24:59 +01:00
Nyro
1a5eeb2db1
Add Overkiz AtlanticPassAPCHeatingAndCoolingZone ( #78659 )
...
* Add Overkiz AtlanticPassAPCHeatingAndCoolingZone
* Fix commands instanciations to be simpler
* Update AtlanticPassAPCHeatingAndCoolingZone to show temperature and fix HA threads
* Simplify async_execute_commands in order to receive simpler list
* Fix get and set temperature in derogation or auto mode
* Remove hvac_action from AtlanticPassAPCHeatingAndCoolingZone
* Remove unused lines
* Update async_execute_commands to work like async_execute_command
Implement cancel for multiple commands
* Improve to use preset_home for internal scheduling
* Remove async_execute_commands
* Improvement for AtlanticPassAPCHeatingAndCoolingZone
* Update homeassistant/components/overkiz/climate_entities/__init__.py
Co-authored-by: Quentame <polletquentin74@me.com>
* Update homeassistant/components/overkiz/climate_entities/atlantic_pass_apc_heating_and_cooling_zone.py
Co-authored-by: Quentame <polletquentin74@me.com>
* Update homeassistant/components/overkiz/climate_entities/atlantic_pass_apc_heating_and_cooling_zone.py
Co-authored-by: Quentame <polletquentin74@me.com>
* Update homeassistant/components/overkiz/const.py
Co-authored-by: Quentame <polletquentin74@me.com>
Co-authored-by: Quentame <polletquentin74@me.com>
2022-11-04 10:21:30 +01:00
Nyro
0431575199
Fix overkiz entity name ( #79229 )
2022-10-02 21:22:20 -04:00
Mick Vleeshouwer
c6fd2bde46
Migrate Overkiz to new entity naming style ( #76687 )
2022-09-25 21:59:18 -04:00
Mick Vleeshouwer
28cc0b9fb2
Expose ThreeWayWindowHandle direction as sensor in Overkiz integration ( #73784 )
...
* Expose ThreeWayWindowHandle direction as sensor
* Compile translations
2022-06-21 17:31:26 +02:00
Mick Vleeshouwer
8c01decef7
Bump dependencies in Overkiz integration ( #69855 )
2022-04-11 19:27:49 +02:00
Marc Mueller
b664bcd007
Update coordinator typing (4) [o-p] ( #68464 )
2022-03-21 14:45:24 +01:00
Mick Vleeshouwer
394c6850a3
Fix situation where 'model' can be None (string) in Overkiz ( #64320 )
2022-01-18 17:04:26 -10:00
Mick Vleeshouwer
b9cfaae3de
Refactor some sensors and add translations to Overkiz ( #64108 )
2022-01-17 10:47:42 -10:00
Mick Vleeshouwer
313ad2ecde
Add switch entity to Overkiz integration ( #64000 )
2022-01-17 08:21:37 -10:00
Mick Vleeshouwer
5e3bfabfcf
Add select entity to Overkiz integration ( #62916 )
2022-01-13 12:35:44 -10:00
Mick Vleeshouwer
b4187540c0
Improve typing for Overkiz integration and address late feedback ( #63483 )
...
* Bump pyoverkiz to 1.0.2
* Remove cast for str enum.
* Address feedback on coordinator
* Change datatype to Callable
* Address feedback
* Move scenarios to seperate list
* Cast Device to avoid issues with DataUpdateCoordinator default
* Remove unnecessary casts and improve type notation
* Check if state.value exists
* Fix last mypy error (thanks @epenet)
* Remove extra string cast
* Improve sensor typing
* Update pyoverkiz and remove typing
* Small code improvement
* Fix assert to reflect real world
* Properly type Callable to not return Any
* Remove unnecessary cast
* Add OverkizStateType
* Bugfix
* Address feedback - multiline lambda
* Pylint fix
* Remove added binary sensor
2022-01-08 10:53:15 +01:00
Mick Vleeshouwer
8599ddf51e
Address feedback to Overkiz integration (round 2) ( #63036 )
...
* Address feedback in multiple files
* Add missing return statement
* Improve sensor descriptions
* Improve typing
* Move to new device registry
* Disable RSSI sensor by default
* Improve typing
2021-12-30 15:22:35 +01:00
Mick Vleeshouwer
089dcb2b22
Address feedback to Overkiz integration ( #62841 )
2021-12-27 18:26:55 +01:00
Mick Vleeshouwer
c37077aa9b
Add number entity to Overkiz integration ( #62732 )
2021-12-24 10:29:51 -10:00
Mick Vleeshouwer
fb04b19960
Add button entity to Overkiz integration ( #62719 )
2021-12-23 14:21:47 -10:00
Mick Vleeshouwer
3605c4f32f
Add Overkiz integration (with base + sensor entity) ( #62640 )
2021-12-23 08:34:35 -10:00