* Begin for-dummies programming guide
* Delete getting-started-cli content
* Seperate connection guide
* Refactor instructions
Have the Getting started guides link to the correct subguides when they
need to explain how to do a common thing.
* Apply suggestions from code review
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
* Add physical connection note to hassio guide
* Improve page titles
* Mention lack of tested Mac instructions
* Fix typos
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
* Added docs for CSE7761 power sensor
Also added docs for Sonoff Dual R3 v1.x
* Update components/sensor/cse7761.rst
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
* 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>
* fix nextion missing properties
* teleinfo is now component
* tuya props formatting
* havells name component mismatch
* light.addressable_set do not have color_brightness
* Revert "light.addressable_set do not have color_brightness"
This reverts commit a0abf7e44139b86f7d65b2ba2f2c40151ad6a257.
* 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>
* merge all ir climates in a single doc
* Add links to h headers
* Run svgo over SVG
Optional, but removes the inkscape metadata
* Update seo image
* Link to FAQ
Don't want to have people open those in the normal repo.
* Add explicit no to the table
* Sort configuration variables by assumed use frequency
* Update tag
* Add more info to Using a Receiver
* Minor change
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add doc for duty cycle output component
* add to index
* png -> svg
* .
* See also
* duty_cycle -> slow_pwm
* .
* .
* wrap long line
* Update components/output/slow_pwm.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Cookbook for Sonoff Light Switches
Cookbook for various Sonoff Light Switch options including Basic, Dual and T1-3
* Removed references to myself
All references to I have been removed and re worded into a more generic text
* Fixed Formatting issues to Pass Travis Checks
* Update cookbook/sonoff-basic-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update cookbook/sonoff-dual-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update cookbook/sonoff-dual-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update cookbook/sonoff-dual-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update cookbook/sonoff-dual-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update cookbook/sonoff-dual-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update cookbook/sonoff-dual-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update cookbook/sonoff-dual-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update cookbook/sonoff-dual-light-switch.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* YAML updates
Removed fast_connect, UART swotches from Dual R1, and reference to an issue that no longer exists
* Add MAX31865, update MAX31855.
Update documentation for the new MAX31865 sensor and the improvements to the
MAX31855 sensor.
* Update MAX31865 filter parameter type.
It is actually a enum (string?), not a time value.
* MAX31855 & MAX31865 documentation improvements.
@OttoWinter suggested some good fixes, implementing those.
* add sx1509 docs
* add table
* sx1509 docs
* added to index
* fixed table
* text fixes
* Formatting
* Use standardized section header keys
* Spelling
* Properly size index file
* Use short name for index page (table view)
* fixed review issues
* Add API Reference
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add documentation for new Tuya dimmer component
* add more info and change configuration names
* Rename file to match platform name
* Move default gamma_correct/transition_length handling to code
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Otto Winter <otto@otto-winter.com>