1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-30 10:47:06 +00:00

12 Commits

Author SHA1 Message Date
epenet
a6f112df80
Use EntityFeature enum in components (w**) ()
* Use EntityFeature enum in webostv

* Use EntityFeature enum in wemo

* Use EntityFeature enum in whirlpool

* Use EntityFeature enum in wilight
2022-04-07 08:12:39 +03:00
J. Nick Koston
723dcbafca
Complete fan speed transition from () 2022-03-09 10:38:12 +01:00
epenet
ecb921949a
Add setup type hints [v-y] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-07 16:30:01 +01:00
Marc Mueller
f149bef9f3
Use assignment expressions 18 () 2021-10-18 18:36:35 +02:00
Franck Nijhof
8d5ce53098
Merge of nested IF-IF cases - S-W () 2021-03-27 10:54:59 +01:00
Marc Mueller
dcca29ef68
Update typing 14 () 2021-03-18 15:08:35 +01:00
J. Nick Koston
38a2f196b8
Fix typing on fan percentage () 2021-03-02 08:32:24 +01:00
J. Nick Koston
f2b303d509
Implement percentage step sizes for fans ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-02-18 21:05:09 -10:00
Leonardo Figueiro
3ffa42e56a
Update WiLight Cover Fan Light () 2021-02-10 21:25:42 -10:00
J. Nick Koston
281fbe1dfa
Update wilight for new fan entity model () 2021-02-10 12:49:52 -10:00
J. Nick Koston
068d1b5eb8
Separate fan speeds into percentages and presets modes ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: John Carr <john.carr@unrouted.co.uk>
2021-01-27 17:44:36 -06:00
Leonardo Figueiro
d174c8265e
Add WiLight Fan ()
* Add WiLight Fan

Add fan to WiLigt integration

* Updated fan.py and test_fan.py

* Creating new fan test

* Update homeassistant/components/wilight/__init__.py

OK!
Done!

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

* Update homeassistant/components/wilight/fan.py

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

* Update homeassistant/components/wilight/fan.py

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

* Update homeassistant/components/wilight/fan.py

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

* As MartinHjelmare requested

* Update fan.py

* Update tests/components/wilight/test_fan.py

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

* Update tests/components/wilight/test_fan.py

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

* Update test_fan.py

As Martin Hjelmare suggested

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-01-25 14:03:11 +01:00