Otto Winter
4ee8df7c0e
Rework lint ( #1924 )
2022-02-20 10:42:04 +01:00
Jesse Hills
afdeb179c7
Merge branch 'current' into beta
2022-02-15 12:00:01 +13:00
Joeri Colman
dad1275c8a
Switch modbus controller register_type ( #1883 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-02-11 11:09:03 +13:00
Oxan van Leeuwen
71244baaf5
Document device class support for Switch ( #1853 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-02-04 09:04:54 +13:00
Jesse Hills
10c2e0fc51
Merge branch 'current' into next
2022-01-13 09:55:20 +13:00
Joshua Spence
a8b5485ee5
Document restore_mode
for switch.output
( #1781 )
2022-01-09 19:47:11 +01:00
Cougar
4ca9014d36
Add link to "Restart Button" doc ( #1766 )
...
"Restart Button" page has link to "Restart Switch" but not vice versa
2022-01-04 10:32:11 +01:00
Simon Sasburg
61a662718c
Fix documentation to use correct values for the 'inverted' restore modes. ( #1768 )
2022-01-04 10:31:21 +01:00
Jesse Hills
ae922bc8ac
Merge branch 'current' into next
2021-12-02 17:10:24 +13:00
Jesse Hills
f25e069bb9
Create docs for Button core, restart, template ( #1681 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-11-30 14:25:33 +13:00
Oxan van Leeuwen
f358d4c0db
Use consistent syntax for config option types ( #1659 )
2021-11-29 07:57:01 +13:00
Martin
ce04f78066
document modbus fp32 datatype ( #1590 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-26 12:49:07 +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
8bed2ede8d
Add Safe Mode Restart Switch ( #1504 )
2021-10-06 20:44:52 +13: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
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
Jesse Hills
906c2e5f74
Merge branch 'current' into next
2021-08-11 20:32:24 +12:00
Jesse Hills
d9d17e757e
Add config option docs for disabled_by_default ( #1361 )
2021-08-10 13:45:41 +12:00
Dominik Bruhn
530a770c68
Fix Template Switch Lamda Example ( #1376 )
...
A template switch publish_state method does take a boolean and not a float.
2021-08-09 10:02:43 +02:00
Jesse Hills
c30920a713
Merge branch 'current' into next
2021-07-29 19:51:02 +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
Jesse Hills
d41b259a28
Merge branch 'current' into next
2021-07-27 09:42:47 +12:00
Oxan van Leeuwen
8495cc5936
Fix a bunch of typos ( #1324 )
2021-07-22 23:38:38 +02:00
Jesse Hills
9887bc52ec
Merge branch 'current' into beta
2021-07-20 10:28:12 +12:00
Jesse Hills
b093d4c50b
Merge branch 'current' into next
2021-07-20 10:27:56 +12:00
Daniel
aecbda72dd
Corrected value for "inverted" ( #1309 )
...
* Corrected value for "inverted"
According to the pin schema the value for "inverted" should be true or false, but not yes.
* Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-19 10:04:10 +02:00
SenexCrenshaw
e015aca5ca
Nextion update ( #934 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
2021-07-15 13:56:01 +12:00
SenexCrenshaw
86ed64201c
Nextion update ( #934 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
2021-07-15 12:51:30 +12:00
Jesse Hills
d6b2d9d61c
Replace cover word in template switch doc ( #1286 )
2021-07-01 00:49:14 +02:00
Franck Nijhof
8ac1308bb9
Lights & GPIO Switch inverted restore mode ( #1190 )
2021-05-23 22:47:59 +02:00
Jesse Hills
1f095957d4
Merge branch 'current' into next
2021-05-19 09:53:25 +12:00
Adrián Panella
0eb2dc1fe2
GPIO Switch: simplify Momentary Switch example ( #1121 )
...
Simplify case and avoid the need to use a secondary template switch.
Use `on_turn_on` directly to trigger the delay and turning off afterwards
2021-05-17 17:04:34 +02: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
buxtronix
27d19d4207
Ble client docs ( #702 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-05-03 11:11:02 +12:00
Gabe Cook
0bcaea67a9
Document uart switch send_every ( #986 )
2021-02-27 19:53:29 -03:00
Jesse Hills
547a8de3e9
Add Tuya Switch docs ( #625 )
...
* Add Tuya Switch docs
* Fix underline
* Remove common tuya documentation
* use tuya image for tuya stuff
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 18:12:47 -03:00
Otto Winter
e003b70b8c
Document GPIO Switch interlock_wait_time
2019-10-20 18:07:44 +02:00
Otto Winter
52cd23c733
Remote + Dev docs update
2019-05-13 21:51:04 +02:00
Otto Winter
87147619c0
Docs update
2019-05-12 22:44:59 +02:00
EmmanuelLM
dcdc46be7f
Update index.rst ( #236 )
...
Fix turn_on() lambda call doc
2019-05-01 18:07:15 +02:00
gitolicious
3f75ea95ed
Fixed lint and ref errors ( #228 )
...
* Added newline to fix lint error
* Fixed lambda calls ref errors
2019-04-15 22:06:35 +02:00
Otto Winter
9d6c814991
Remove disqus
...
They started injecting ads :(
2019-03-24 14:54:58 +01:00
Otto Winter
939c1a42b7
Merge branch 'current' into next
2019-03-06 11:02:16 +01:00
Otto Winter
f4c1d31a1d
Revert "Remove disqus"
...
This reverts commit 19a22e8b39
.
2019-03-06 11:02:03 +01:00
Otto Winter
eae028de72
Merge branch 'current' into next
2019-03-05 20:43:09 +01:00
Otto Winter
19a22e8b39
Remove disqus
2019-03-05 20:42:43 +01:00
Otto Winter
c8d82f4397
Merge remote-tracking branch 'origin/current' into next
2019-02-28 23:09:04 +01:00
Otto Winter
7478734228
Add more lints
2019-02-27 18:32:47 +01:00
FrengerH
e16c324b1f
Component reshuffle ( #183 )
...
* Merge remote receiver component with platform
* Merged remote transmitter component with platform
* Merge pca9685 component with output
* Minor fixes
* Minor fix
* Fixed headers
* reshuffled esp32 touch binary sensor
* Reshuffled pn532 rfid reader
* Fixed images
* Reshuffled rdm6300 RFID component
* Reshuffled my9231 led driver component
* Reshuffled ads1115 component
* Reshuffled SSD1306 display component
* Reshuffled Character-Based LCD Display component
* Reshuffled fastled component
* Fixes netlify
* Remove duplicate figure
* Remove duplicate figure
* Remove duplicate figure
* Reorder SSD1306
To my knowledge, the i2c version is more common, so put it first.
* Put fastled clockless above SPI
clockless is more common, so put it first
* Cleanup index
Tag was used initially to distinguish between the component and binary sensor, no longer needed.
* Remove duplicate figure
2019-02-27 10:10:09 +01:00