Commit Graph

56 Commits

Author SHA1 Message Date
Jesse Hills 88e315e0e4
Many example yaml tidy-ups (#3821)
* Many example yaml tidy-ups

* Update components/sensor/hlw8012.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-05-07 00:40:12 -05:00
Jesse Hills b8523b89fb
Remove "Required Home Assistant XXXX.X" messages for older versions (#3788) 2024-04-23 16:46:47 +12:00
Samuel Sieb b32101c04b
document template fan and fan triggers (#3655) 2024-03-10 15:42:14 -07:00
Samuel Sieb 89ce2b20f4
optional output is temporary (#3654) 2024-03-06 07:41:53 +13:00
Samuel Sieb 88cdf5cc4e
output is optional (#3633) 2024-02-26 07:22:50 +13:00
Tucker Kern fe5a2862ce
Update speed fan with configuration options for preset modes (#3362)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-12 14:13:33 +09:00
Jesse Hills 548de9d55f
Merge branch 'current' into next 2023-11-15 12:44:54 +13:00
Tucker Kern 3037d451fc
Fix decay_mode comment in hbridge fan example configuration. (#3369)
The comment incorrectly described the slow decay mode as braking, and fast decay mode as coasting.
2023-11-14 19:26:51 +01:00
Jordan W. Cobb 6afb421ba6
Fix typo, double colon in fan action (#3363) 2023-11-14 14:31:20 +13:00
Jordan W. Cobb c8387c83fd
Fan no off cycle action (#3283)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-10-19 20:02:32 +13:00
Ludovic BOUÉ d2bf9eba84
Update binary.rst (#2884)
Add binary output component to use for this fan.
2023-05-31 15:33:11 +02:00
Jesse Hills 63429dc3dc
Change default restore mode for fan/light/switch (#2830) 2023-04-13 10:00:04 +12:00
Jesse Hills 8fbb53e016
Add note for names to use friendly_name (#2774) 2023-03-27 15:35:26 +13:00
ithinkido 2ac91126ff
Update hbridge.rst (#2733)
Decay mode : Fast decay is braking vs slow decay , coasting
2023-03-10 07:07:57 +01:00
Guillermo Ruffino 53d1abd7a8
Docs cleanup for schema gen (#1973) 2022-04-03 19:30:25 +12:00
Oxan van Leeuwen 7b43258e06
Fan platform refactor (#1837) 2022-01-23 15:28:27 +01:00
Joshua Spence 296cda82cd
Add restore_mode to fan component (#1802) 2022-01-22 20:42:36 +01:00
Oxan van Leeuwen 1a0e7b8b40
Drop oscillation_output option from H-bridge fan (#1788) 2022-01-10 12:07:19 +13:00
Lerosen 8cf5696338
Add output pin definition to hbridge fan example configuration (#1648)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-12-23 11:14:39 +13:00
Otto Winter 6053f490b5
Update svg2png and seo.py (#1380)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-16 15:19:33 +13:00
Jesse Hills 1867f0c618
Add entity_category docs (#1583) 2021-11-08 07:24:55 +13:00
Paul Monigatti 5f0f796387
Add 'icon' property to Binary Sensor, Climate, Cover, Fan, and Light platforms (#1489)
* Added 'icon' field to lights

* Icon property is not ignored (checked with HA 2021.9.7) if a device class is set

* Added icon properties to binary sensor, climate, cover, and fan components
2021-10-10 10:39:50 +02:00
Martin 33ba298b13
Modbus controller docs (#1388)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-27 09:27:26 +13:00
WeekendWarrior1 32ae4bf8e2
fan.cycle_speed docs (#1482) 2021-09-27 08:32:50 +13:00
wifwucite 3bd14a66ac
additional speed level topics for speed fan (#1214) 2021-09-22 13:43:23 +02:00
Jesse Hills 2a0171df61
Merge branch 'current' into next 2021-09-20 14:12:11 +12:00
imgbot[bot] 17d97d7317
[ImgBot] Optimize images (#1481)
*Total -- 693.98kb -> 634.34kb (8.59%)

/images/airthings_logo.png -- 21.55kb -> 14.98kb (30.48%)
/components/display/images/st7920-full.jpg -- 477.10kb -> 433.05kb (9.23%)
/components/sensor/images/airthings_wave_plus.jpg -- 47.53kb -> 43.87kb (7.7%)
/components/fan/images/L298N_module.jpg -- 76.84kb -> 73.14kb (4.81%)
/images/st7920.jpg -- 34.25kb -> 33.27kb (2.85%)
/_static/changelog-2021.9.0.png -- 36.72kb -> 36.03kb (1.88%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-09-16 11:39:59 +12:00
Jesse Hills da3a55f7db
Merge branch 'current' into beta 2021-09-14 23:05:54 +12:00
Jesse Hills 45e2c8a517
Merge branch 'current' into next 2021-09-14 23:04:38 +12:00
Chris Nussbaum 231e49f439
Fan lambda documentation updates (#1439)
* Remove duplicate on/off conditions in the core switch component
Replace covers with switches in the core switch component lambda calls section
Add a lambda calls section in the core fan component

* Update components/fan/index.rst

Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-13 22:10:31 +02:00
WeekendWarrior1 fb7fc5903b
fix and update h-bridge fan documentation (#1461) 2021-09-13 21:58:35 +02:00
dgtal1 a00f85a274
Add docs for new fan trigger: on_speed_set (#1447)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-08 15:16:03 +12:00
Chris Nussbaum 0b6094d503
Fan is on is off conditions (#1436)
Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
2021-09-02 12:16:15 +12:00
WeekendWarrior1 82a7cf39d9
Document fan hbridge component (#1433) 2021-08-31 10:10:29 +12:00
WeekendWarrior1 40dbb25785
Document set direction on fan.turn_on action (#1411) 2021-08-26 10:25:30 +12:00
Jesse Hills d9d17e757e
Add config option docs for disabled_by_default (#1361) 2021-08-10 13:45:41 +12:00
Jesse Hills 66cfa9ffaf
Merge branch 'current' into next 2021-06-09 17:23:04 +12:00
imgbot[bot] a2c3c2c314
[ImgBot] Optimize images (#1208)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-31 13:37:19 +02:00
Bert 98b1256a6a
Fix off to on (#1200) 2021-05-26 00:35:11 +02:00
Anthony Uk db09f74caf
Add triggers on_turn_on / on_turn_off (#1116) 2021-05-19 16:12:59 +12:00
Guillermo Ruffino d8646a5f7e
format-fixes (#1169)
* Update bh1750 docs

* format fixes

* more format fixes

Co-authored-by: Yuval Aboulafia <yuval.abou@gmail.com>
2021-05-14 20:31:31 -03:00
Ryan Mounce f800e5608b
Document Tuya fan direction datapoint (#877) 2021-05-05 16:24:40 +12:00
0x0a11c0de 51e691ad57
Add speed_count to tuya fan (#1080)
Co-authored-by: Frank Riley <fhriley@gmail.com>
2021-05-04 14:11:34 +12:00
Jim Ekman 62f08028a2
Documentation for fan speed levels (#1056)
* Update speed fan and REST API docs with speed_level

* Update fan docs

* Add configurable speed_levels to speed fan

* Update components/fan/index.rst

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>

* Changed speed_levels to speed_count to match HA and updated descriptions

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-03-17 10:40:33 -03:00
Guillermo Ruffino 9420c45a01
Fix format consistency (#989) 2021-02-07 13:35:39 -03:00
Jesse Hills fe6f68f150
Update next from current 20201221 (#894) 2020-12-21 13:55:44 +13:00
Jesse Hills 6b7c18a919
Split the Tuya component documentation (#631)
* Split the Tuya component documentation

* Optimize image

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 17:50:17 -03:00
Jim Persson abf40a0026
Add documentation for fan direction (#580)
* Add documentation for fan direction

* Travis failed to trigger. Trying again.

* Revert Travis trigger. This feels like a hack.
2020-06-14 16:54:08 -03:00
buxtronix 54a5f214b4
docs for Tuya fan, update tuya light (#502) 2020-03-12 13:39:44 -07:00
Otto Winter 87147619c0
Docs update 2019-05-12 22:44:59 +02:00