1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-16 11:59:16 +00:00

9 Commits

Author SHA1 Message Date
Marc Mueller
c773d57d39
Add empty line after module docstring [w-z] () 2024-03-08 10:35:45 -05:00
Poltorak Serguei
4a83a63b32
Add Z-Wave.Me cover stop command ()
* Add stop command to cover

* Add type annotation

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-02-05 01:25:07 +01:00
Franck Nijhof
fcb612cd6f
Collection of code styling tweaks () 2023-02-03 23:51:27 +01:00
Poltorak Serguei
1f86a0a76f
Z-Wave.Me: Cover: Fixed calibration errors and add missing is_closed ()
* Cover: Fixed calibration errors and add missing is_closed

* Style

* Style

* whitespace
2023-01-08 20:18:36 -05:00
epenet
a92ab7a669
Adjust CoverEntity function type hints in components ()
Adjust CoverEntity functions in components
2022-06-24 06:40:26 +02:00
Poltorak Serguei
725339145f
Scale Z-Wave.Me max values ()
Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com>
2022-04-20 08:38:55 +02:00
epenet
fbea950eb0
Use EntityFeature enum in components (z**) ()
* Use EntityFeature enum in zha

* Use EntityFeature enum in zhong_hong

* Use EntityFeature enum in ziggo_mediabox_xl

* Use EntityFeature enum in zwave_js

* Use EntityFeature enum in zwave_me
2022-04-07 08:21:31 +02:00
epenet
ad98bedd4a
Add basic type hints to zwave_me () 2022-04-05 13:44:20 +02:00
Poltorak Serguei
972afc5cea
Add Cover to Z-Wave.Me integration ()
* Cover integration

* isort fix

* Update homeassistant/components/zwave_me/cover.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update cover.py

* Update cover.py

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* coveragerc for cover

* Fix position range

* Clean up

Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-03-20 14:50:16 +01:00