* 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>
* Add documentation for STS3x Temperature sensors
* Updated formatting
* Updated index and other temperature sensors with link to STS3x sensor
* Added STS31 sensor photo
* Updated documentation with flattened config.
* Remove from some pages
Those sensors aren't really similar to this one, so removing them
* Remove references
Same, plus I don't want to fix all the merge conflicts
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add documentation for STS3x Temperature sensors
* Updated formatting
* Updated index and other temperature sensors with link to STS3x sensor
* Added STS31 sensor photo
* Add documentation for SHTCx Temperature sensors
* Fixed reference to a sensor thumbnail
* Cleaned up changes leaked from STS3x feature
* Remove references on other pages
It's already getting too cluttered...
* Remove references
Co-authored-by: Otto Winter <otto@otto-winter.com>
* 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>
* Add documentation for STS3x Temperature sensors
* Updated formatting
* Updated index and other temperature sensors with link to STS3x sensor
* Added STS31 sensor photo
* Updated documentation with flattened config.
* Remove from some pages
Those sensors aren't really similar to this one, so removing them
* Remove references
Same, plus I don't want to fix all the merge conflicts
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add documentation for STS3x Temperature sensors
* Updated formatting
* Updated index and other temperature sensors with link to STS3x sensor
* Added STS31 sensor photo
* Add documentation for SHTCx Temperature sensors
* Fixed reference to a sensor thumbnail
* Cleaned up changes leaked from STS3x feature
* Remove references on other pages
It's already getting too cluttered...
* Remove references
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Updated MCP23017 Component To Cover 8 & 16 Port Chips
* Made requested changes, adding short paragraph at top of MCP230xx.rst
explaining the page is for MCP23008 and MCP23017, also deleted now
obsolete MCP23017.rst
* Added separate sections for MCP23017, MCP23008
* Remove MCP23017 page (merged with new one)
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add index for new Xiaomi ClearGrass E-Ink Sensor
* Add Xiaomi Cleargrass Sensor Documentation
Add all the needed documentation, such as index,
references and main page of this sensor
* Fix images width
Adjust images width to a better fit in the page
* Fix apiref of Xiaomi Sensors
The apiref of Cleargrass and LYWSD02 models point
to the mijia's api, so I fix this
* Fix Xiaomi Cleargrass documentation mistake
Line 43 of xiaomi_cleargrass.rst references to
Xiaomi Mijia's sensor. It should reference to
Xiaomi Cleargrass.
Also I change titles of this sensor in order to
avoid the title uses 2 lines
* Add docs for atm90e32 sensor
* Correct name for CT4
* fix title bar length
* use correct subsubsections chars
* add newlines before figure
* Update components/sensor/atm90e32.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* move required setting to top
* Update atm90e32.rst
Add note about SPI, and fix line_freq
Co-authored-by: Andrew Thompson <andrew@whosonlocation.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add docs for CT Clamp
* Fix title bar
* Fix reference
* 2 many changes
* Update docs for new configuration
* Compress index image
* Update for config changes
- Also remove 3.3V message, because if the user needs to calibrate anyway, then the 3.3V is also part of the calibration process.
- Use calibrate_linear instead of multiply, more user-friendly
- Update SEO image
-
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add docs for CT Clamp
* Fix title bar
* Fix reference
* 2 many changes
* Update docs for new configuration
* Compress index image
* Update for config changes
- Also remove 3.3V message, because if the user needs to calibrate anyway, then the 3.3V is also part of the calibration process.
- Use calibrate_linear instead of multiply, more user-friendly
- Update SEO image
-
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add mpr121 docs and images
* add images
* update mpr121 docs
* Title bar same length as text
* wrong size and location
* wrong size and location
* wrong location
* wrong size and location
* wrong size and location
* Added binary_sensor_map
* tabs to spaces
* added to index
* add image
* text changes
* remove linefeed
* image is jpg not png
* preview fail??
* Update binary_sensor_map.rst
- Make use case and function more clear
- Remove options that do not exist yet.
- Fix incorrect sensor link in configuration variables
- Fix required values labeled optional
- Less literal text with backslash. Was hard to read.
- Move config example essential part up.
- Remove disqus
* Update binary_sensor_map.rst
* Fix
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add mpr121 docs and images
* add images
* update mpr121 docs
* Title bar same length as text
* wrong size and location
* wrong size and location
* wrong location
* wrong size and location
* wrong size and location
* Added binary_sensor_map
* tabs to spaces
* added to index
* add image
* text changes
* remove linefeed
* image is jpg not png
* preview fail??
* Update binary_sensor_map.rst
- Make use case and function more clear
- Remove options that do not exist yet.
- Fix incorrect sensor link in configuration variables
- Fix required values labeled optional
- Less literal text with backslash. Was hard to read.
- Move config example essential part up.
- Remove disqus
* Update binary_sensor_map.rst
* Fix
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Added documentation for AM2320
* Added new files for AM2320
* Fixed too long row
* Update am2320.rst
Co-authored-by: Mikkonen Teemu <teemu.mikkonen@iki.fi>
Co-authored-by: Otto Winter <otto@otto-winter.com>
* add ttp229-lsf docs
* fixed link to datasheet
* remove indent
* type image filename
* convert image to jpg
* Update ttp229.rst
- Change id in example to name. Reason: otherwise it won't show up in frontend and users will be confused
- Reorder conf options
- esphomelib -> esphome
* Remove disqus
* Cookbook Guide for Mirabella Genio Smart Bulbs
Cookbook guide for Mirabella Genio Smart Bulbs with configuration examples.
Co-Authored-By: MartinP <mplinuxgeek@users.noreply.github.com>
* ✏Some changes
* Update mirabella-genio-bulb.rst
* Major rewrite of the documentation
Addresses points raised by @OttoWinter from initial pull request and adds detailed documentation surrounding the flashing procedure for tuya-convert 👍.
* Update Makefile
* Lint
* Address linting errors
* Address additional linting errors
* Lint esphome.io links
I just removed them, a user that wants to look it up can go manually to the link. It's not too hard to find.
* Document SDS011 component
* move sds011 component to right position
* indicate type of parameters
* ✏ Rearrange code a bit and minor edits to make it clearer
* remove query_mode
* Lint
* Update for update_interval changes
* Adding manual for Sonoff T1 UK 3 Gang V1.1
This manual is based on the existing 4CH version with necessary changes.
I know there's a pending PR for V1 of the same switch but V1.1 is more difficult to get into flashing mode and behaves weirdly after flashing.
* Removing .DS_Store
* Update devices/sonoff_t1_uk_3gang_v1.1.rst
Co-Authored-By: nnmalex <6181345+nnmalex@users.noreply.github.com>
* Update devices/sonoff_t1_uk_3gang_v1.1.rst
Co-Authored-By: nnmalex <6181345+nnmalex@users.noreply.github.com>
* Update devices/sonoff_t1_uk_3gang_v1.1.rst
Co-Authored-By: nnmalex <6181345+nnmalex@users.noreply.github.com>
* Update devices/sonoff_t1_uk_3gang_v1.1.rst
Co-Authored-By: nnmalex <6181345+nnmalex@users.noreply.github.com>
* Update devices/sonoff_t1_uk_3gang_v1.1.rst
Co-Authored-By: nnmalex <6181345+nnmalex@users.noreply.github.com>
* Changing images' extensions
From .jpeg to .jpg
* Fixing image URLs
* Lint
* solved issues image size, tabs to spaces, file location
* image name was incorrect
* image for index was missing
* remove duplicate image
* Update images
- Convert main index image from .png to .jpg
- Use full picture on component page
- Add adafruit attribution
* Remove MQTT ref
* fixed configuration rows
* 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
* Cookbook entry for Display component
* Update display.rst
Fixed some syntax errors in reStructuredText which is totally new for me.
* new attept learning how to properly link in this markup language
Fixed some more issues
* ✏ Minor formatting
* Update display.rst
* Create display2.jpg
* Update display.rst
* Updated title & resized images
- Updated the title and renamed the file
- Resized the images
* Minor typos
* Hopefully last edits for some time
- highlighted that 'model' also could be different
- small cosmetic changes
* Aligned image filenames and added cookbook entry to to index
* Moved the thumbnail image to correct folder