Commit Graph

69 Commits

Author SHA1 Message Date
Jesse Hills bf4433ecac
Merge branch 'current' into beta 2024-05-15 13:14:09 +12:00
Clyde Stubbs d06ece2d70
Use GPIOXX in sample configs (#3702) 2024-05-15 12:56:30 +12:00
Jesse Hills 696a828156
Merge branch 'current' into next 2024-05-07 05:45:51 +00:00
Keith Burzinski ca96dd49e1
Change "integration" -> "component", minor copy fixes (#3790) 2024-05-07 17:16:56 +12:00
Nico Peter bf72d1bba0
Update time_based.rst (#3532)
added docs for feature_time_based_cover_last_operation
2024-05-03 21:15:41 +02:00
Jesse Hills b8523b89fb
Remove "Required Home Assistant XXXX.X" messages for older versions (#3788) 2024-04-23 16:46:47 +12:00
imgbot[bot] df6d0246db
[ImgBot] Optimize images (#3698)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-04-09 13:23:45 +12:00
dougiteixeira c6372c19a7
Updates links to device class list (#3594)
* Updates link to documentation for device classes for sensors

* Updates link to documentation for device classes and state classes for binary sensors

* Updates link to documentation for device classes and state classes for buttons

* Updates link to documentation for device classes and state classes for covers

* Updates link to documentation for device classes and state classes for numbers

* Updates link to documentation for device classes and state classes for swtichs
2024-02-06 06:52:40 +01:00
jochenvg 1bfc664024
Template cover toggle (#3452) 2023-12-15 15:02:49 +09:00
Clyde Stubbs 06d33db20e
Add HE60R Garage Door Opener (#3413) 2023-11-29 10:42:41 +13:00
Jesse Hills aba2f3afd5
Add deprecation message to custom component pages (#3318) 2023-11-01 00:47:57 -05:00
muddyfeet 89451cbe46
Update custom.rst to include changes made in CoverTraits (#2944)
Update documentation to add changes made in https://github.com/esphome/esphome/pull/3897

traits.set_supports_stop(true) required now in the custom cover for stop button to be exposed.
2023-05-31 15:40:41 +02:00
X-Ryl669 4b517933a3
feat: Add manual control config variable doc (#2571) 2023-04-13 09:53:37 +12:00
Jesse Hills 8fbb53e016
Add note for names to use friendly_name (#2774) 2023-03-27 15:35:26 +13:00
H. Árkosi Róbert ceadda59ea
Update time_based.rst 2022-09-27 17:04:13 +02:00
Midbin 93bb11d0f5
Fix Typo in Code Example
Changed filter to filters in the binary_sensor, so the Example would work if copied.
2022-09-22 16:22:59 +02:00
Bascht74 fed5b15f98
fix cover documentation error (#2193) 2022-09-21 21:26:36 -07:00
functionpointer ac7e8766db feedback cover: fix typo 2022-09-13 14:47:24 +02:00
TheJulianJES 7ab4e678cf
Fix minor typo in feedback cover docs (#2233) 2022-08-19 10:51:59 +12:00
Adrián Panella 475933a41f
add feedback cover component (#1942) 2022-08-09 17:21:30 +12:00
imgbot[bot] d5faa434c9
[ImgBot] Optimize images (#2035)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-04-22 14:05:05 +12:00
Guillermo Ruffino 53d1abd7a8
Docs cleanup for schema gen (#1973) 2022-04-03 19:30:25 +12:00
Jesse Hills 75107305c9
Some docs tidy up (#1895) 2022-02-11 11:10:43 +13:00
sbur83 53a2aae5ca
Update tuya.rst (#1812) 2022-01-19 22:39:02 +13:00
Jesse Hills ae922bc8ac
Merge branch 'current' into next 2021-12-02 17:10:24 +13:00
Paul Nicholls 6da37521fc
Update Tuya Cover docs to reflect enhancements to the component (#1578) 2021-12-02 15:27:01 +13:00
Oxan van Leeuwen f358d4c0db
Use consistent syntax for config option types (#1659) 2021-11-29 07:57:01 +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
Jesse Hills 2fe6f235b6
Merge branch 'current' into next 2021-10-18 16:33:47 +13:00
Oxan van Leeuwen 5a3c0cbfec
Fix MAC option in AM43 example (#1532) 2021-10-18 16:10:36 +13:00
Jesse Hills 2f04c9bd33
Merge branch 'current' into next 2021-10-17 20:28:30 +13:00
buxtronix fc62200be9
Add doc for 'invert_position' variable for am43 cover. (#1512)
This variable is contained within the cover code, but was never added to the documentation.
2021-10-15 21:08:40 +02:00
Chris Nussbaum af2933a560
Add on_open and on_closed triggers to cover (#1524) 2021-10-12 15:39:24 +13:00
definitio f551da1b6d
Add cover topics configuration (#1518) 2021-10-10 17:54:39 +02: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
Marek Marczykowski-Górecki 08d76a66aa
Add documentation for new Tuya cover component (#1466) 2021-09-29 10:02:17 +13:00
Daniel Müller c60b571a4b
Add cover toggle support (#1189)
* Add cover toggle support

Step through open/stop/close/stop sequence with every toggle

* Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-09-27 22:31:20 +02:00
Marcos Pérez Ferro b40fe3ca16
Current based cover (#905)
* Current base cover documentation

* Minor doc fixes

* Improving doc. Adding shelly 2.5 image. Add component to index

* adding malfunction detection

* Adding missing image to index

* Apply suggestions from code review

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-27 22:23:50 +02:00
Oxan van Leeuwen 049b6750ce
Fix cover lambda docs (#1463) 2021-09-16 12:46:32 +12:00
Jesse Hills 4fa7131172
Merge branch 'current' into beta 2021-08-18 11:08:21 +12:00
Jesse Hills bc0d216600
Change state to position in cover docs (#1397) 2021-08-18 09:57:08 +12:00
buxtronix 86f389379d
Am43 component docs (#1134)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-08-11 16:07:18 +12:00
Jesse Hills d9d17e757e
Add config option docs for disabled_by_default (#1361) 2021-08-10 13:45:41 +12:00
Oxan van Leeuwen 5e3102a123
Use lowercase true/false values (#1327)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-07-29 09:56:11 +12:00
Oxan van Leeuwen 93f838d570
Mark required fields for endstop cover as required (#1329) 2021-07-23 21:25:03 +02:00
Otto Winter 412297ab6d
Merge branch 'current' into next 2020-07-14 21:14:02 +02:00
Matthew Edwards 9b6170ac60
Fix typos (#561) 2020-05-10 16:27:59 -03:00
Guillermo Ruffino c01e8057fd
Kristopher mackowiak next (#544)
* Update template.rst

* Update template.rst

* Update template.rst

* updated template cover with variable names in actions

Co-authored-by: KristopherMackowiak <33198635+KristopherMackowiak@users.noreply.github.com>
2020-04-14 21:30:21 -03:00
Guillermo Ruffino 8683c4881f
cover time based add assumed state option (#490) 2020-03-12 10:09:07 -03:00