Commit Graph

877 Commits

Author SHA1 Message Date
Guillermo Ruffino 74d3275d29
add ac_dimmer (#536)
* add ac_dimmer

* whitespace
2020-04-10 00:07:34 -03:00
Andrew Zaborowski 7be6c6536a
Add webserver-v1.js click handlers for Cover buttons (#521)
Add js click handlers for the web UI buttons added in
b1f9c9a6e0a3dce73507e6b60782987ee2459f48 in the esphome repository.
Since this change doesn't make the .js file incompatible with esphome
versions before the referenced commit I guess there's no need to
rename the file to -v2.

There are probably better ways to write those click handlers, for
example we could have a common function to launch the POST request to a
URL that it reads from the button object like this:

var button_onclick = function(evt) {
    const xhr = new XMLHttpRequest();
    xhr.open("POST", evt.target.onlick_post_url, true);
    xhr.send();
};

row.children[2].children[0].addEventListener('click', button_onlick);
row.children[2].children[0].onclick_post_url = '/light/' + id.substr(6) + '/toggle';

The only problem with this is that iirc ``evt.target`` is
browser-specific.
2020-04-09 11:12:21 -03:00
Evgeny 88816f1acc
Add docs HM3301 (#529)
* Add docs HM3301

* added image hm3301

* wrong image hm3301

* fixed image name
2020-04-06 14:12:02 -03:00
Bartłomiej Biernacki 2dd017bb0e
Documentation for PCD8544 (#485)
* Docs for PCD8544

* Fix typo
2020-04-05 13:47:28 -03:00
Germain Masse daebc64aca
Add documentation for AHT10 sensor (#466) 2020-03-21 16:17:11 -03:00
Nicholas Peters c95563aeea
Add docs for TMP117 sensor (#505)
* Add docs for TMP117 sensor
2020-03-12 14:24:48 -07:00
Tommy Kihlstrøm cac2d84b10
Added examples for uart text sensor (#468)
* Added examples for uart text sensor
2020-03-12 14:23:35 -07:00
Pavel 02bc8f3ccf
add energy support to pzemac (#478) 2020-03-12 13:59:20 -07:00
John cfe5031977
Next (#491)
* Updates to atm90e32 according to PR according to #982
2020-03-12 13:44:09 -07:00
buxtronix 54a5f214b4
docs for Tuya fan, update tuya light (#502) 2020-03-12 13:39:44 -07:00
Guillermo Ruffino 8683c4881f
cover time based add assumed state option (#490) 2020-03-12 10:09:07 -03:00
Erwin Kooi d0f38228be
Added equal symbol for MAX7219 7-segment display (#503) 2020-03-02 19:54:28 -03:00
Evgeny 4a251f33af
Add new action for TM1651 (#442)
* Add new action for TM1651

* Add turn_on and turn_off actions

* Fixed title

* Update components/tm1651.rst

* Update components/tm1651.rst

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-02-24 11:57:51 -03:00
Elkropac 69b39e06cf
web_server - css_include and js_include: add new options and example (#459)
* add new options and example

* update docs

* add suggested hint about inlineing files

* no html entities

* files are now served on separate urls
2020-02-20 09:06:26 -03:00
Héctor Giménez d439c2bfa5 Add Daikin IR Climate documentation (#476)
* Add Daikin IR Climate documentation

* Ups, removed by mistake
2020-01-22 19:36:53 -03:00
Guillermo Ruffino 4fa9844841 add tm1637 docs (#467) 2020-01-13 14:44:03 -08:00
Keith Burzinski 4100d4c387 Add transmit pioneer (#446)
* Added transmit_pioneer documentation
2020-01-13 14:39:43 -08:00
Guillermo Ruffino b3c5bf437b change docs to suggest logger config (#378)
using sample config instead of warning at top to match other uart components
2020-01-12 17:08:24 +01:00
Panuruj Khambanonda (PK) 4ff46e74e2 Update SGP30 for the correct eCO2 and TVOC baseline (#458)
* Update SGP30 for the correct eCO2 and TVOC baseline

* Apply suggestions from code review

Fix incorrect markdown syntax

Co-Authored-By: Otto Winter <otto@otto-winter.com>

Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-01-12 16:42:24 +01:00
voibit 3974418c3f Added support for inverted output in neopixelbus (#441) 2020-01-12 15:16:30 +01:00
Guillermo Ruffino 93fa8b40fb
tm1651 not a display component (#462) 2020-01-08 11:16:40 -03:00
Guillermo Ruffino 1b5f339b58
Fix climate link 2019-12-30 09:37:22 -03:00
Guillermo Ruffino f0b82ad1a0
merge all ir climates in a single doc (#385)
* 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>
2019-12-30 09:20:17 -03:00
Jesse Hills dd754ca63f Add docs for RF Bridge (#433)
* Add docs for RF Bridge

* Add full image

* Fix title underline

* More title underlines

* Fix ref

* Update components/rf_bridge.rst

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Fix ref
2019-12-10 11:09:47 +01:00
Nick Whyte f092a36086 Add doc for duty cycle output component (#427)
* 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>
2019-12-07 17:14:55 +01:00
Otto Winter 559be3f441
Merge branch 'next' of https://github.com/esphome/esphome-docs into next 2019-12-04 19:01:41 +01:00
Evgeny 05626a6a0d Add TM1651 docs (#429)
* Add TM1651 docs

* updated gitignore

* Fixed title underline

* Fixed title length

* Moved docs, added actions

* fix gitignore

* fix indent
2019-12-04 13:11:49 +01:00
Nad c9ed4ad6d4 Add documentation for Sensirion SPS30 Particulate Matter sensors (#424)
* Add documentation for SPS30 Particulate Matter sensors

* Fix document formatting;

* Removed redundant accuracy settings


Co-authored-by: Nad <valordk@github>
2019-12-04 12:34:14 +01:00
Andrej Komelj f87389b425 Add B/W support for Waveshare 2.90in (B) screen (#426) 2019-12-03 14:18:07 +01:00
Tim P 3ece925ed0 Added Documentation for QMC5883L + HMC5883L Doc improvements (#301)
* QMC5883L docs + HMC5883L improvments

* clean up docs

* update docs

* Fix Default value
2019-11-26 18:43:06 +01:00
Guillermo Ruffino 35d0401965 add climate core docs fan, swing (#415)
* ad climate core docs fan, swing

* fix copy paste is evil

* fix typo
2019-11-20 17:10:35 +01:00
Otto Winter f80c48dbfa
Merge branch 'current' into next 2019-11-17 23:31:01 +01:00
Otto Winter 87934e8792
Merge branch 'next' of https://github.com/esphome/esphome-docs into next 2019-11-17 23:30:47 +01:00
Hamish Moffatt e49a97a2fe add Topersun smart plug (#413)
* add Topersun smart plug

* fix copy and paste error
2019-11-17 23:18:19 +01:00
Samuel Sieb e248a78eb5 document the new has_position parameter for the template cover (#410)
* document the new has_position parameter for the template cover

* better description


Co-authored-by: Samuel Sieb <samuel@sieb.net>
2019-11-12 22:23:56 +01:00
Destix f054a74699 Update lcd_display.rst (#411) 2019-11-12 15:37:46 +01:00
Nikolay Vasilchuk 519bbc30b2 http_request component Docs (#392) 2019-11-09 18:39:13 +01:00
ankycooper 289f9e8f52 Update Mirabella Genio red LED GPIO (#406)
Update 3.2 Mirabella Genio Wi-Fi 1 USB Adaptor to use red LED on GPIO4
2019-11-07 22:36:08 +01:00
Alexander Leisentritt 5a83a0dcef added docs for ruuvitag (#383)
* added docs for ruuvitag

* updated for RAWv2 protocol

* typo

* punctuation

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* added acceleration

* typo

Co-Authored-By: Otto Winter <otto@otto-winter.com>
2019-11-07 22:10:13 +01:00
Bergont Nicolas 08cc779dea DIY Examples : add Custom ESPHome for Wofea Alarm (#405) 2019-11-07 15:39:41 +01:00
kvvoff 6cac2ff316 DIY Examples: Add Universal IR Remote ZJ-A1 link (#404)
ESPHome config for Universal IR Remote ZJ-A1 (russian)
2019-11-07 12:26:34 +01:00
Taigar2015 ddb48b190e Update brilliant-mirabella-genio-smart-plugs.rst - Added Gosund… (#402)
* Update brilliant-mirabella-genio-smart-plugs.rst

* Update brilliant-mirabella-genio-smart-plugs.rst

* Update brilliant-mirabella-genio-smart-plugs.rst

Fixed URL
2019-11-06 14:19:30 +01:00
Sergio e05e0a5865 Add INA226 current/power monitor (#403)
* Docs update

* Docs update

* Docs update


Co-authored-by: Sergio Muñoz <sergio@iMac-de-Sergio.local>
2019-11-06 13:59:03 +01:00
DAVe3283 25b8b9a8cf Add MAX31865, update MAX31855 (#399)
* 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.
2019-11-06 13:56:48 +01:00
Matthew Harrold 40336953f5 Remove references to scan_interval (#400) 2019-11-05 21:42:56 +01:00
TheJulianJES db2fe4c79c Fix typo: as3935 sensor docs (#401)
"diestance" -> "distance"
2019-11-05 21:42:49 +01:00
Otto Winter 7da04bf2fd
Update changelog 2019-11-03 00:21:20 +01:00
Otto Winter ca6535cc6a
Bump version to v1.14.2 2019-11-03 00:20:38 +01:00
Otto Winter 66f9e784ca
Merge branch 'current' into next 2019-11-03 00:20:21 +01:00
Otto Winter 720f9f914c
Add missing attribution 2019-11-02 21:52:15 +01:00