Commit Graph

197 Commits (a28731c29416355553dd1b5813fe320559033e8b)

Author SHA1 Message Date
Joost Lekkerkerker 643e6096da
Improve lists in integrations [E-F] (#113075) 2024-03-12 18:42:43 +01:00
Marc Mueller 0e3945ca6c
Add empty line after module docstring [d-f] (#112698) 2024-03-08 14:15:26 +01:00
Erik Montnemery e06446d0fa
Migrate integrations e-h to generic flowhandler (#111862) 2024-02-29 20:07:36 +01:00
Joost Lekkerkerker 730d805876
Enable SIM114 ruff rule (#111125) 2024-02-23 13:21:59 +01:00
G Johansson 596f61ff07
Add TURN_ON/OFF ClimateEntityFeature for Fibaro (#108963) 2024-02-02 09:33:54 +01:00
Jan-Philipp Benecke 28281523ec
Add pylint plugin to check for sorted platforms list (#108115) 2024-01-16 09:47:53 +01:00
rappenze 254abeeb4f
Remove dead code in fibaro light (#106890) 2024-01-04 09:45:08 +01:00
rappenze 4c3c86511b
Fix fibaro event handling (#103199) 2023-11-02 18:07:35 +01:00
rappenze 27f6c6fdf4
Add model info in fibaro integration (#102551) 2023-10-22 22:11:43 +02:00
rappenze c9c152d46d
Bump pyfibaro to 0.7.6 (#102538) 2023-10-22 20:07:23 +02:00
Joost Lekkerkerker 392b53e256
Add serial number to Fibaro (#102525) 2023-10-22 16:53:29 +02:00
rappenze 85af452c6e
Remove unnecessary dict lookup in fibaro integration (#101885) 2023-10-12 19:51:43 +02:00
rappenze deffa50142
Address late review from add fibaro event platform (#101718) 2023-10-10 06:07:29 +02:00
rappenze fb215479d4
Add fibaro event platform (#101636) 2023-10-08 22:01:26 +02:00
rappenze d009ff8b01
Add type hints in FibaroController (#101494) 2023-10-06 10:13:30 +02:00
rappenze b8fa065467
Update pyfibaro dependency to 0.7.5 (#101481) 2023-10-05 22:02:49 +02:00
rappenze a2730fb29d
Fibaro finish separation of scenes (#100734) 2023-09-23 19:13:03 +02:00
rappenze ad3cd72323
Remove unneeded instance check (#100736) 2023-09-23 00:42:32 +02:00
rappenze ddd62a8f63
Fibaro streamline hass.data entry (#100547)
* Fibaro streamline hass.data entry

* Fix tests
2023-09-18 20:22:23 +02:00
rappenze 680775c3e0
Discover more power and energy sensors in fibaro integration (#98253) 2023-09-01 10:48:08 +02:00
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
rappenze 9434a64b87
Update pyfibaro dependency (#97004) 2023-07-21 09:22:45 -04:00
Franck Nijhof e49f1b002f
Fix HAVCMode typing in Fibaro (#94641) 2023-06-15 14:07:08 +02:00
rappenze 83f206a6fe
Code cleanup: Separate fibaro scene logic (#91895)
* Code cleanup fibaro scene

* Remove duplicated code

* Fixes
2023-05-24 14:57:35 +02:00
rappenze 11accd8ba7
Set available state in fibaro integration (#91893) 2023-05-24 14:54:10 +02:00
Franck Nijhof b9f2b0ad8b
Update pyfibaro to 0.7.1 (#92248) 2023-04-29 19:06:14 +02:00
rappenze a5b863cd75
Fix state mapping in fibaro climate (#91505) 2023-04-17 11:09:11 +02:00
rappenze 01046b88e5
Update pyfibaro to 0.7.0 (#91510) 2023-04-17 09:39:13 +02:00
rappenze fccdd7b102
Fix bug in fibaro cover (#89502) 2023-03-11 09:15:05 +01:00
rappenze 2e5801cb6d
Bump pyfibaro version to 0.6.9 (#89120) 2023-03-04 12:05:41 +01:00
rappenze 57cea6d637
Update pyfibaro to version 0.6.8 (#88203)
Update pyfibaro library to version 0.6.8
2023-02-15 23:28:44 +01:00
rappenze 5f4a2a713c
Remove deprecated fibaro yaml config (#87939) 2023-02-12 21:50:50 +01:00
rappenze 69dc50c917
Small code improvements fibaro integration (#87949) 2023-02-12 19:56:02 +01:00
rappenze e1340e6ed4
Replace fiblary3 with pyfibaro library (#83500)
* Replace fiblary3 with pyfibaro library

* Fix some missing replacements for pyfibaro library

* Remove debug code which was committed accidentially

* Use fibaro_parent_id in another place

* Fix some bugs

* Move more code to the library

* Move has_unit check to correct place
2023-02-11 22:13:12 +01:00
Erik Montnemery 78c9b70c8d
Sort manifests 3 (#87024) 2023-02-08 20:19:19 +01:00
Franck Nijhof 939eef3b28
Remove translations from Core (#87543)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-02-06 15:06:43 +01:00
GitHub Action d1ecc418bb [ci skip] Translation update 2023-01-19 00:25:04 +00:00
GitHub Action b81453cb6b [ci skip] Translation update 2023-01-16 00:24:22 +00:00
Franck Nijhof b0cee0bc46
String formatting and max line length - Part 1 (#84390)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-12-22 10:12:50 +01:00
rappenze 119f2a90b7
Fix fibaro climate unit (#83659) 2022-12-10 20:23:07 +02:00
GitHub Action f25017313a [ci skip] Translation update 2022-12-09 00:24:29 +00:00
GitHub Action 1f3e5fb4fc [ci skip] Translation update 2022-12-07 00:24:08 +00:00
epenet 44d3f2192c
Use UnitOfTemperature in climate entities [a-f] (#83125) 2022-12-04 11:53:56 +02:00
GitHub Action 03154e1d83 [ci skip] Translation update 2022-12-03 00:21:50 +00:00
GitHub Action 0d1f476bee [ci skip] Translation update 2022-12-01 00:33:36 +00:00
Franck Nijhof 368694d6bf
Collection of DeviceClass related typing fixes (#82931) 2022-11-29 14:31:25 -05:00
GitHub Action 230b50d099 [ci skip] Translation update 2022-11-29 00:26:01 +00:00
GitHub Action b65d8cc1b3 [ci skip] Translation update 2022-11-28 00:23:09 +00:00
GitHub Action f3b3193f7a [ci skip] Translation update 2022-11-25 00:24:19 +00:00
rappenze cd2377bc05
Support hvacsystem in fibaro integration (#78234)
fixes undefined
2022-11-24 19:16:33 +01:00