* Fix docs for inkplate
Version 1.17.0 seems to have changed this, updating the
docs accordingly.
* Consistently refer to inkplate6 component and image
Since the component is called inkplate6, the index
is now referring to a page called inkplate6 and the
image is also called inkplate6.jpg.
Deleted the alternative Inkplate.jpg (title cased file name)
* Add external_components
* fixes
* fix indent
* fix misplaced directive
* add full config before shorthands
* adding a bit more info
* update contributing use external components
* Midea Climate support
* Update Midea documentation
* Midea Docs: add links to open hardware implementation of UART-dongle
* Midea docs: add vendors information
* Midea docs: fixed lint errors
* Midea Docs: added words of thanks
* Midea Docs: updated
* Midea Docs: fix option name
* Added new option info
* Added example of using outdoor sensor option
* Update: new options added
* Added new power usage option
* Major changes of settings
* Fix link
* Remove midea-dongle from index.rst
* Fix option name
* Update vl53l0x docs
* Updated docs to reflect default timeout of 10ms
* just some formats and clarifications
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* Missing colon
* update sun
* format fix and adaptation
* fix format
* fix format 2
* fix format 3
* fix format
* fix format
* fix format
* format fix
* revert title as heads
* rename image case-sensitive
* rename again
* ili9341 documentation
* fixed file name
* change the name one more time
* more naming fixes
* add missing parenthesis
* Update components/display/ili9341.rst
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* Update ili9341.rst
fixed: api ref
fixed: led_pin description
marked: all pins as required for a proper functioning
* Update ili9341.rst
* Changes requested to original PR for merge
* Make image filenames consistent
* Make image filenames consistent take 2
* Example fixes
* Right
* No, left
Co-authored-by: Valeriu <valeriucob@gmail.com>
Co-authored-by: Vc <37367415+Valcob@users.noreply.github.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* Added tmp102 docs
* Corrected keywords to reference TMP102
Was still set to HTU21D (the doc I used as a template)
* Optimize index image
* Update to match code
* Remove dead reference
* add address
Co-authored-by: Otto Winter <otto@otto-winter.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
* Add docs for Tuya binary sensor
* Add tuya binary to index
* Add link to tuya component
* Fix label
* update image link
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* updates
* push last status docs on clen next
* travis
* Update max7219digit.rst
Added updated scroll and rotate function to the manual
* Update max7219digit.rst
boolean -> integer
* Update max7219digit.rst
order list
* Update max7219digit.rst
* Update max7219digit.rst
add note and warning
* Update max7219digit.rst
* Update max7219digit.rst
* Update max7219digit.rst
* Update max7219digit.rst
* Update index.rst
added max7219 dot matrix link
* Add files via upload
add image file for index.rst
* Update max7219digit.rst
EDIT Documentation due to change to ENUM and removed offset value
* Update max7219digit.rst
* Some formatting
* Update max7219digit.rst
* Some updates in formating
* Update max7219digit.rst
updated the invert block to match current code
* Update max7219digit.rst
Added some hidden commands to the end of the file
* Update max7219digit.rst
minor detail update
* Update max7219digit.rst
travis updates
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* - Creating documentation for templated output
- Adding template output to the main index page
* Update components/output/template.rst
* fixed bad cookbook link
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* ifan02 cookbook
* removed spaces
* removed spaces
* indent codeblock, newline at end
* fixes
* add seo :image:
* spaces...
* Complete the example code & fix compilation errors
Tried compiling this code today using ESPHome 1.13.6.. it would not compile.
* The ifan02.h file was the main culprit and I was able to fix the issue.
* The .yaml example was missing a few declarations at the beginning so I added them.
* I fixed an error related to using ```light``` for the light id since that is a reserved name.
* I added an ```on_boot``` declaration to turn off the light as early as possible after power is restored. (if mains power is restored in the middle of the night and the light turns on while you are sleeping it can be quite annoying, this turns it off during the boot process).
* removed blank spaces on line 66
Those blank spaces get me every time ;-)
* fix doc links (hopefully)
I think my last PR was made against the wrong fork/branch/etc... sorry, I'm still learning github.
I currently have the time and really want to see this make it into the cookbook. I think if you add me as a collaborator I would be able to push the changes and help get the errors sorted more quickly; if not, no worries, I'll take no offense and do my best to continue helping as we are doing now.
* fix fan link
replace
```
:doc:`/components/fan`
```
with
```
:doc:`/components/fan/index`
```
Co-authored-by: mjoshd <35782597+mjoshd@users.noreply.github.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>