Federico D'Amico
746cfd3492
Add climate platform to microBees ( #111152 )
...
* Add climate platform to microBees
* add list comprehension
* fixes
* fixes
* fixes
* fix multiline ternary
* use a generator expression instead of filter + lambda.
* bug fixes
* Update homeassistant/components/microbees/climate.py
---------
Co-authored-by: Marco Lettieri <m.lettieri@microbees.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-05-14 12:11:19 +02:00
Sid
2cc916db6d
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
Federico D'Amico
111ffdd77e
Improve microBees code quality ( #114939 )
...
microBees code quality
2024-04-08 05:35:46 +02:00
Joost Lekkerkerker
0214511b38
Make config flow imports consistent ( #114962 )
...
* Make config flow imports consistent
* Fix
2024-04-05 21:38:11 +02:00
Marc Mueller
efc54971d3
Update empty line formatting after module docstring ( #114040 )
2024-03-23 00:27:57 +01:00
Federico D'Amico
5b6361080c
Add cover platform to microBees ( #111135 )
2024-03-22 14:31:09 +01:00
Federico D'Amico
aae85edb73
Add binary sensor platform to microBees ( #111190 )
2024-03-22 14:01:36 +01:00
Marc Mueller
59a6035d3f
Add empty line after module docstring [j-m] ( #112700 )
2024-03-08 09:01:29 -05:00
Erik Montnemery
52e7912caf
Migrate integrations i-m to generic flowhandler ( #111863 )
2024-02-29 20:08:46 +01:00
Federico D'Amico
1109aba211
Add button platform to microBees ( #111141 )
...
* add button platform to microBees
* use list comprehension for async_add_entities
* add a transaltion_key and fix list comprehension
* add panic button
* remove BUTTON_PRODUCT_IDS
2024-02-27 19:41:42 +01:00
Federico D'Amico
bf9c4197b9
Add light platform to microBees and change docstring in sensor ( #111093 )
...
* Add light platform to microBees and change docstring in sensor
* update .coveragerc
* fixes review
* fixes review
* fixes async_add_entities
2024-02-24 20:07:04 +01:00
rlippmann
efd1ed86ae
Code improvements for microbees component ( #111208 )
2024-02-23 12:35:56 -10:00
Federico D'Amico
6af7d7de41
Bump microBeesPy to 0.3.2 ( #111067 )
...
Bump microBeesPy 0.3.2
2024-02-22 11:34:48 +01:00
Marco Lettieri
cd05972276
Add sensor platform to microBees ( #111008 )
...
* add microBees sensor
* add a sensor.py in .coveragerc
* fixes review
---------
Co-authored-by: FedDam <noceracity@gmail.com>
2024-02-20 15:32:19 +01:00
Federico D'Amico
93d6f0a780
Bump microBeesPy to 0.2.9 ( #111006 )
...
change library
2024-02-20 13:39:14 +01:00
Federico D'Amico
ac926f9c64
Introduce actuator base entity to microBees ( #111000 )
...
* changed library imports and added sensors to coordinator and new entity
* revert library
* revert library
2024-02-20 11:55:36 +01:00
Marco Lettieri
3a4c6fc7f3
Add microBees integration ( #99573 )
...
* Create a new homeassistan integration for microBees
* black --fast homeassistant tests
* Switch platform
* rename folder
* rename folder
* Update owners
* aiohttp removed in favor of hass
* Update config_flow.py
* Update __init__.py
* Update const.py
* Update manifest.json
* Update string.json
* Update servicesMicrobees.py
* Update switch.py
* Update __init__.py
* Update it.json
* Create a new homeassistan integration for microBees
* black --fast homeassistant tests
* Switch platform
* rename folder
* rename folder
* Update owners
* aiohttp removed in favor of hass
* Update config_flow.py
* Update __init__.py
* Update const.py
* Update manifest.json
* Update string.json
* Update servicesMicrobees.py
* Update switch.py
* Update __init__.py
* Update it.json
* fixes review
* fixes review
* fixes review
* pyproject.toml
* Update package_constraints.txt
* fixes review
* bug fixes
* bug fixes
* delete microbees connector
* add other productID in switch
* added coordinator and enanchments
* added coordinator and enanchments
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* fixes from suggestions
* add test
* add test
* add test
* add test
* requested commit
* requested commit
* requested commit
* requested commit
* reverting .strict-typing and added microbees to .coveragerc
* remove log
* remove log
* remove log
* remove log
* add test for microbeesExeption and Exeption
* add test for microbeesExeption and Exeption
* add test for microbeesException and Exception
* add test for microbeesException and Exception
* add test for microbeesException and Exception
---------
Co-authored-by: FedDam <noceracity@gmail.com>
Co-authored-by: Federico D'Amico <48856240+FedDam@users.noreply.github.com>
2024-02-19 15:12:03 +01:00