Michel Marti
e17e353744
scd30: Add missing configuration variables ( #842 )
...
Add documentation for automatic self calibration, ambient pressure
and altitude compensation settings.
2020-11-16 07:03:12 +13:00
Jesse Hills
3e730ea5d1
I2c text update ( #839 )
...
* Mass replace I^2C with I²C
* Replace most I2C with I²C
2020-11-09 14:22:55 +13:00
Alexander Pohl
3b0540d5e6
Add support for ATC_MiThermometer, update bindkey generation procedure ( #777 )
...
* add ATC MiThermometer component
* correct unordered list
* update text and fix formatting errors
* ident warning four spaces
* add Telink flasher screenshot
* add battery voltage to ATC MiThermometer
* edit ATC Mithermometer config
2020-11-04 06:36:20 +13:00
Jesse Hills
72aa6a1281
Add docs for rotary encoder on_clockwise and on_anticlockwise triggers ( #807 )
2020-11-02 06:24:40 +13:00
Frank Bakker
9c375048f3
Added docs for pulse_counter total ( #705 )
2020-11-01 20:45:33 +13:00
Alone
3adbb39d0b
add illuminance for xiaomi_mjyd02yla ( #779 )
2020-11-01 17:24:46 +13:00
Harald Nagel
c3a81d4b6b
Add documentation for MCP9808 sensor ( #691 )
...
* Add documentation for MCP9808 sensor
* Compress index image
* Add address configuration variable
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-10-27 07:24:35 +13:00
Tim Savage
78906b37e8
Added tmp102 Temperature sensor docs ( #451 )
...
* 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>
2020-10-27 07:00:55 +13:00
Sergio Mayoral Martínez
58a40f8f40
Add battery sensor docs for lywsd02 ( #821 )
2020-10-27 06:53:38 +13:00
tomlut
6ef635fc48
Correct pull-up value ( #811 )
...
One Ohm most definitely would not work.
2020-10-15 21:56:00 +13:00
Trevor North
92c14d8d30
Individual BMXXXXX sensor configs are optional ( #791 )
...
For the BME280, BME680, BMP085 and BMP280 sensors the individual sensors are optional.
2020-10-10 18:33:05 +02:00
Trevor North
9d11dd859c
BME680 default address is 0x76 ( #792 )
2020-10-10 18:26:57 +02:00
Achilleas Pipinellis
3399e6e914
Add note about the battery_level of HHCCJCY01 ( #761 )
...
Make it clear that battery_level doesn't work with newer versions.
2020-10-06 05:55:17 +13:00
Jeff Rescignano
5868f1d695
Remove bh7150 API reference ( #784 )
...
* Remove bh7150 API reference
* Update components/sensor/bh1750.rst
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2020-10-02 17:45:11 +13:00
Ronald Dehuysser
5ca367dbb7
HM3301 - Change type to calculation_type ( #769 )
...
According to the esphome dashboard, AQI type should be calculation_type
2020-09-28 07:15:47 +13:00
Jonathan Treffler
1a7d7880ce
Fix APDS9960 datasheet link ( #772 )
...
(it's currently is a link to the BME280 sensor datasheet)
2020-09-24 08:29:45 +12:00
David Martin
3381217a5e
Update index.rst ( #757 )
...
Removed duplicate "if no value" - line 496
2020-09-15 17:55:07 +02:00
Otto Winter
bfa71f0562
Merge branch 'current' into beta
2020-07-29 20:05:13 +02:00
Eike
9d38102539
Added hint that not the subsensor id is meant. ( #720 )
2020-07-29 14:00:05 +02:00
Otto Winter
6577f2e472
Revert "Dallas autosetup ( #551 )" ( #709 )
...
See also https://github.com/esphome/esphome/pull/1189
This reverts commit c81ef96526
.
2020-07-26 15:43:03 +02:00
Otto Winter
f22ac1a550
Partially Revert make SPI CS pin optional ( #706 )
2020-07-25 14:24:02 +02:00
Otto Winter
412297ab6d
Merge branch 'current' into next
2020-07-14 21:14:02 +02:00
Jesse Hills
2613da127c
Add Tuya Sensor docs ( #661 )
...
* Add tuya sensor documentation
* Add tuya component ref
* Add tuya sensor to index
* Fix tuya sensor label
* update image link
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 19:46:20 -03:00
vxider
e3dae10454
Add images of vl53l0x ( #672 )
...
* add images of vl53l0x
* restore old vl53l0x frontpage images
2020-07-09 23:56:59 -03:00
rspaargaren
13b63c688e
Update vl53l0x.rst ( #592 )
...
* Update vl53l0x.rst
added option for long range measurement
* Add default
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-06-28 18:47:58 -03:00
rlowens
263b666f99
Typo, pressure->humidity ( #649 )
2020-06-19 21:45:28 +02:00
Evgeny
81cfdec0ce
AQI calculator for HM3301 ( #535 )
...
* AQI calculator for HM3301
* Update components/sensor/hm3301.rst
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* Update hm3301.rst
* pm1.0 not required
* format to look consistent with dht11
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-06-11 23:17:48 -03:00
igg
d738a58a60
Docs for CS Optional ( #644 )
...
* Docs for CS Optional
* rst fix
Co-authored-by: Ilya Goldberg <iggie@mac.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-06-10 17:02:51 -03:00
Andrew Zaborowski
abf98887f2
Document two missing hmc5883l config settings ( #520 )
2020-06-08 23:13:50 -03:00
rradar
7e4b91bf41
BH1750 Measurement time doc updates ( #515 )
...
* Update bh1750.rst
* format
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-05-28 23:10:41 -03:00
Adrian Cuzman
e29552d55e
added energy in pzem004 documentation ( #547 )
2020-05-28 19:53:08 -03:00
Guillermo Ruffino
0f04817d10
Revert "pzemac energy support ( #514 )" ( #623 )
...
This reverts commit 4de002b4a9
.
2020-05-26 20:08:57 -03:00
rradar
4de002b4a9
pzemac energy support ( #514 )
...
https://github.com/esphome/esphome/pull/933
2020-05-26 20:07:55 -03:00
Aalian Khan
7edcfae2dd
Minor spelling ( #622 )
2020-05-26 19:52:23 -03:00
Alexander Pohl
d95759f853
Add support for additional Xiaomi BLE sensors ( #576 ) ( #576 )
2020-05-26 19:33:46 -03:00
declanshanaghy
ab6de0fb7f
Adding support for MAX31856 Thermocouple Temperature Sensor (feature #700 )
2020-05-24 19:49:47 -03:00
Michael Klamminger
0a3dfcae89
Update pulse_counter.rst ( #609 )
...
* Update pulse_counter.rst
Add information about available pulse counter channels
* Update components/sensor/pulse_counter.rst
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-05-24 11:30:36 -03:00
krahabb
c81ef96526
Dallas autosetup ( #551 )
...
* Added auto discovery and setup to Dallas Platform
* Added auto discovery and setup to Dallas Platform
2020-05-23 21:52:18 -03:00
Jeff Rescignano
402dc8a08a
Update datasheet URL on SPG30 page ( #601 )
2020-05-23 20:44:25 -03:00
Jeff Rescignano
734e4ec2a9
Update datasheet URL on STS3X page ( #602 )
2020-05-23 20:43:25 -03:00
Jeff Rescignano
61b5493282
Update datasheet URL on SCD30 page ( #600 )
2020-05-23 20:41:48 -03:00
Jeff Rescignano
3bb0ebb80c
Update datagram URL on TX20 page ( #599 )
2020-05-23 20:41:07 -03:00
Jeff Rescignano
6845a9a867
Update datasheet URL on SHTCX page ( #598 )
...
* Update datasheet URL on SHTCX page
* Update datasheet URL on SHTCX page (2)
2020-05-23 20:40:04 -03:00
Robin Smidsrød
6f177d7bdb
dht: Add DHT22_TYPE2 model ( #563 )
...
Add the DHT22_TYPE2 temperature/humidity sensor model defined in https://github.com/esphome/esphome/pull/926 to the documentation.
2020-05-19 14:15:42 -03:00
Matthew Edwards
9b6170ac60
Fix typos ( #561 )
2020-05-10 16:27:59 -03:00
Ermanno Baschiera
1dfb880444
remove link to Adafruit and mkelec ( #531 )
...
* remove links to Adafruit and mkelec
2020-04-09 14:22:33 -07: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
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
Pavel
02bc8f3ccf
add energy support to pzemac ( #478 )
2020-03-12 13:59:20 -07:00
Gediminas Šaltenis
99750d250f
small mistype fix ( #477 )
...
fix small mistype, should be ppb instead of ppm
2020-03-12 13:44:48 -07:00
John
cfe5031977
Next ( #491 )
...
* Updates to atm90e32 according to PR according to #982
2020-03-12 13:44:09 -07:00
Tuckie
61752eb048
Wrong IC ( #499 )
2020-03-12 13:42:45 -07:00
Francisk0
7d6c25d058
Update pzemac.rst ( #495 )
...
RX pin is duplicated and don´t have TX pin
2020-03-12 13:31:57 -07: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
Richard Lewis
66e774b227
Fix broken link ( #437 )
2019-12-30 14:13:15 -03:00
Otto Winter
559be3f441
Merge branch 'next' of https://github.com/esphome/esphome-docs into next
2019-12-04 19:01:41 +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
Otto Winter
b5a50b5b62
BME280/BME680/BMP280 oversampling none docs
...
Fixes https://github.com/esphome/issues/issues/893
2019-12-04 11:45:49 +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
Otto Winter
2e0c149f98
Remove stop_bits 2 reference PZEM004T
2019-11-20 17:20:18 +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
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
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
bd31e98e90
Document UART stop_bits ( #396 )
2019-11-02 21:00:09 +01:00
Otto Winter
979d130059
Merge branch 'current' into next
2019-11-02 20:59:20 +01:00
Otto Winter
644ae6682d
Document UART stop_bits ( #396 )
2019-11-02 19:10:08 +01:00
Otto Winter
1bc01c73b7
Update docs for AS3935 conf change
...
See also https://github.com/esphome/esphome/pull/805
2019-11-02 18:53:21 +01:00
Otto Winter
67c2f7211e
Add integration sensor reference to pulse_counter
2019-11-02 18:47:42 +01:00
Otto Winter
f298dd7157
1.14 Changelog ( #393 )
...
* 1.14 Changelog updates
* Final changelog
* Run svg2png
* Add note
2019-11-01 18:28:26 +01:00
Nikolay Vasilchuk
56b8b9961b
Typo fix pzem004t ( #387 )
2019-10-31 23:46:37 +01:00
Alexander Leisentritt
ca480e801f
fix xiaomi docs ( #384 )
2019-10-31 23:46:37 +01:00
Nikolay Vasilchuk
7f798db18e
Update pzemdc.rst ( #389 )
2019-10-31 20:32:06 +01:00
Nikolay Vasilchuk
f710a5ede0
Typo fix pzemac ( #388 )
2019-10-31 20:29:02 +01:00
Nikolay Vasilchuk
355f7232a7
Typo fix pzem004t ( #387 )
2019-10-31 20:12:53 +01:00
Lumpusz
13dcc33804
Ble rssi svc ( #377 )
...
* Update supporters.rst
* docs for ble service uuid based tracking
* code review updates
* fix rst syntax
* Update components/binary_sensor/ble_presence.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update components/binary_sensor/ble_presence.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update components/binary_sensor/ble_presence.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update components/binary_sensor/ble_presence.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Revert "Update supporters.rst"
This reverts commit a790f261e2
.
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-31 15:34:28 +01:00
Alexander Leisentritt
865e3c2cf2
fix xiaomi docs ( #384 )
2019-10-30 16:03:39 +01:00
Otto Winter
7698644a99
Update docs for AS3935 conf change
...
See also https://github.com/esphome/esphome/pull/805
2019-10-27 12:30:25 +01:00
John
9b32fd1885
added reactive power, power factor, chip temp... ( #380 )
...
and additional 6 channel example without software power calculation template
2019-10-27 12:05:21 +01:00
Otto Winter
89e125a6d1
Add sensor force_update option ( #371 )
2019-10-22 23:02:11 +02:00
Otto Winter
5f5969b0b6
Merge branch 'current' into beta
2019-10-22 23:01:24 +02:00
Otto Winter
5e930355d1
Merge branch 'current' into next
2019-10-22 23:00:43 +02:00
Ville Skyttä
4ed468e747
Spelling and grammar fixes ( #372 )
2019-10-21 20:35:56 +02:00
Otto Winter
9e650f6ecd
Add sensor force_update option ( #371 )
2019-10-21 19:41:18 +02:00
Otto Winter
b2de20cf32
PZEM/VL53L0x/ADE7953 docs
2019-10-20 19:35:37 +02:00
Thomas Eckerstorfer
2469943bb7
AS3935 Lightning sensor ( #294 )
...
* Added TX20/TX23 sensor documentation
* Update tx20.rst
* updated documentation to new structure for tx20
* added missing files
* fixed missing newline
* fixed/updated documentation
* added as3935 sensor
* Update as3935.rst
* Update as3935.rst
* Undo change
* Shrink image
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:30:12 +02:00
Otto Winter
c1d053e071
Add rotary_encoder.set_value action ( #358 )
...
Fixes https://github.com/esphome/feature-requests/issues/389
2019-10-20 19:30:11 +02:00
Nad
b8edd462b7
Add documentation for STS3x Temperature sensors ( #300 )
...
* 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>
2019-10-20 19:30:11 +02:00
Nad
2552e8070e
Add documentation for SHTCx Temperature sensors ( #305 )
...
* 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>
2019-10-20 19:30:10 +02:00
Nad
34f6817423
Add documentation for SGP30 eCO2 and TVOC sensors ( #308 )
...
* Add documentation for SGP30 eCO2 and TVOC sensors
* Fixed image path and identation error;
* Fixet bullet block
* Updated SGP30 documentation for configuring Temperature and Humidity compensation sources; Removed uptime sensor
* Compress sgp30.png
* Fix build errors
* Remove uptime mention
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:30:10 +02:00
Otto Winter
ed2526acad
PZEM/VL53L0x/ADE7953 docs
2019-10-20 19:23:59 +02:00
Thomas Eckerstorfer
3e041d09bb
AS3935 Lightning sensor ( #294 )
...
* Added TX20/TX23 sensor documentation
* Update tx20.rst
* updated documentation to new structure for tx20
* added missing files
* fixed missing newline
* fixed/updated documentation
* added as3935 sensor
* Update as3935.rst
* Update as3935.rst
* Undo change
* Shrink image
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-19 22:23:18 +02:00
Otto Winter
1cec0be5f6
Add rotary_encoder.set_value action ( #358 )
...
Fixes https://github.com/esphome/feature-requests/issues/389
2019-10-19 21:45:01 +02:00
Nad
f1df93c86f
Add documentation for STS3x Temperature sensors ( #300 )
...
* 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>
2019-10-19 21:35:14 +02:00
Nad
7a47e29679
Add documentation for SHTCx Temperature sensors ( #305 )
...
* 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>
2019-10-19 21:32:59 +02:00
Nad
ee4aafcc12
Add documentation for SGP30 eCO2 and TVOC sensors ( #308 )
...
* Add documentation for SGP30 eCO2 and TVOC sensors
* Fixed image path and identation error;
* Fixet bullet block
* Updated SGP30 documentation for configuring Temperature and Humidity compensation sources; Removed uptime sensor
* Compress sgp30.png
* Fix build errors
* Remove uptime mention
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-19 21:21:22 +02:00
Otto Winter
d2f1c23ebf
Merge branch 'current' into next
2019-10-19 17:07:29 +02:00
Nikolay Vasilchuk
1b1f06056f
SenseAir S8 CO2 sensor support ( #330 )
...
* Docs
* CI fix
2019-10-17 21:37:56 +02:00
Alexander Leisentritt
9ff3e95aab
Xiaomi refactor ( #361 )
...
* refactored xiaomi sensors
* sorted xiaomi sensor alphabetically
* updated xiaomi docs to mention marketing names
* fixed old changelog
* fix ref links
* fix bar length
2019-10-16 13:30:31 +02:00
Sergio Mayoral Martínez
8834354dd8
Add Xiaomi Cleargrass Sensor Documentation ( #346 )
...
* 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
2019-10-14 13:25:04 +02:00
Matthew Pettitt
25b018899a
Fix description of the sensor ( #309 )
2019-10-13 18:07:33 +02:00
mr G1K
435c80279b
Fix, optimize mijia ( #293 )
2019-10-12 15:03:26 +02:00
Magnus
8ba61fba55
Update hdc1080.rst ( #343 )
...
Thanks
2019-09-18 14:07:58 -03:00
Otto Winter
c5ee042d56
Merge branch 'next' of https://github.com/esphome/esphome-docs into next
2019-09-01 11:24:35 +02:00
Nad
1e4660f023
Add documentation for Sensirion SCD30 CO2 sensors ( #333 )
...
* Add documentation for Sensirion SCD30 CO2 sensors
* Minor text fixes and photo optimization
2019-08-31 19:24:41 +02:00
mr G1K
87327c6b34
LYWSD02 docs ( #292 )
...
* Add xiaomi_lywsd02
* Fix, Title underline too short.
* Fix, img link
2019-08-29 15:42:42 +02:00
Nikolay Vasilchuk
9e4d9d827b
MH-Z19 calibration support ( #312 )
...
Add docs for new calibration support
2019-08-27 10:40:52 -07:00
Jasper van der Neut - Stulen
542853674a
Document median filter. ( #319 )
2019-08-27 10:39:32 -07:00
Otto Winter
8d91d657dc
Updates
2019-07-28 12:41:15 +02:00
Thomas Eckerstorfer
9bbfbb6956
Added TX20/TX23 sensor documentation ( #150 )
...
* Added TX20/TX23 sensor documentation
* Update tx20.rst
* updated documentation to new structure for tx20
* added missing files
* fixed missing newline
* fixed/updated documentation
2019-07-03 16:41:16 +02:00
Nikolay Vasilchuk
ec4ecf6b71
ZyAura CO2 / Temperature / Humidity Sensor ( #281 )
...
* Docs ready
* Small fix
* Small fix
* Update components/sensor/zyaura.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Update components/sensor/zyaura.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Review fix
* Update components/sensor/zyaura.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
2019-07-03 16:00:04 +02:00
Andrew Thompson
56e505fc0d
Add docs for atm90e32 sensor ( #271 )
...
* 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>
2019-06-16 15:23:12 +02:00
Otto Winter
f48752cd9c
Merge branch 'current' into next
2019-06-08 16:48:29 +02:00
Otto Winter
13d7c937db
Merge branch 'next' of https://github.com/esphome/esphome-docs into next
2019-06-08 16:48:28 +02:00
Brandon Davidson
0f93d2976f
Allow setting the initial mode of HLW8012 sensors ( #268 )
...
* Allow setting the initial mode of HLW8012 sensors
* Changes as per code review
* Update hlw8012.rst
2019-06-06 22:45:18 +02:00
Otto Winter
cc5bc3c205
Add note about passive xiaomi sanning
2019-06-04 13:12:16 +02:00
balk77
623eb74e4e
Update integration.rst ( #263 )
...
Flow is generally expressed in a cubic or volumetric unit :)
2019-06-03 09:32:26 +02:00
Jesse Hills
68bd82f8f8
Add missing filter name for ct_clamp ( #258 )
2019-06-01 16:25:14 +02:00
escoand
48a326fa7c
add note for asynchronously update of adc ( #259 )
...
* add note for asynchronously update of adc
* Move to section; add details; change ID name to match example config
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-05-31 15:29:51 +02:00
Otto Winter
86cf1dc364
Update ccs811.rst
2019-05-30 21:44:41 +02:00
Otto Winter
d9f9270731
Merge branch 'current' into beta
2019-05-29 19:38:05 +02:00
tiagofreire-pt
4831d795b5
Put 'MAC_ADDRESS' instead of MAC_ADDRESS ( #239 )
...
Better yaml implementation, at least, better human readable.
2019-05-29 13:16:12 +02:00
Jesse Hills
441e4b44a0
Add docs for CT Clamp ( #256 )
...
* 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>
2019-05-29 11:22:16 +02:00
Michiel van Turnhout
bb6c1ce6a7
Documentation for binary_sensor_map ( #199 )
...
* 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>
2019-05-28 21:37:34 +02:00
Otto Winter
25af89b9cc
Fix link
2019-05-28 15:50:27 +02:00
Otto Winter
639f095393
Add NTC/resistance sensor docs
...
Ref https://github.com/esphome/esphome/pull/560
2019-05-28 15:43:56 +02:00
Otto Winter
3b11aaed9b
Merge branch 'current' into next
2019-05-27 21:36:05 +02:00
Teemu Mikkonen
ed800a9fa0
Documentation for AM2320 component ( #249 )
...
* 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>
2019-05-27 20:03:33 +02:00
Richard Lewis
32c90b84eb
Update bh1750.rst (fix incorrect link text) ( #246 )
...
Fix adafruit link text to "Adafruit" instead of "Aliexpress".
2019-05-27 17:02:04 +02:00
Johboh
bfd23de3a7
Sensor: correct example for on_raw_value ( #255 )
2019-05-27 11:29:26 +02:00
Otto Winter
367e8576bc
Pulse Width
2019-05-25 09:08:05 +02:00
Abdelkader Boudih
6b32d76178
Fix type in docs mi flora ( #250 )
2019-05-24 16:19:26 +02:00
Otto Winter
c1fe08f927
CCS811 env_data
2019-05-14 11:40:48 +02:00
Otto Winter
ef49ff813d
CCS811, GPS, TTP229-BSF
2019-05-13 13:10:12 +02:00
Otto Winter
87147619c0
Docs update
2019-05-12 22:44:59 +02:00
Otto Winter
679e39f7ff
Add MiFlora firmware version comment
...
See https://github.com/esphome/issues/issues/260#issuecomment-487684720
2019-05-01 17:53:17 +02:00
Otto Winter
41c084d6cd
Update xiaomi_miflora.rst
2019-04-16 18:10:00 +02:00
Otto Winter
098a51b7de
Update xiaomi_miflora.rst
2019-04-16 18:09:25 +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
kimonm
c9fecc93e7
Voltage range of ADC is at the chip pin ( #224 )
...
Clarify that this component uses voltage range at the chip pin, but voltage range at the board pin can be greater (e.g., for NodeMCU)
## Description:
**Related issue (if applicable):** fixes <link to issue>
**Pull request in [esphome](https://github.com/esphome/esphome ) with YAML changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**Pull request in [esphome-core](https://github.com/esphome/esphome-core ) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core PR number goes here>
## Checklist:
- [ ] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`.
Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-04-15 21:45:37 +02:00
MeIchthys
8ada25472e
Minor Gramatical fix ( #220 )
...
Line 8
"allows you to create a sensors that import" -> "allows you to create sensors that import"
2019-04-07 21:48:35 +02:00
Dave Richer
b39faff293
Update index.rst ( #214 )
...
Remove deprecated filter_nan: option
2019-04-01 10:22:51 +02:00
Otto Winter
9d6c814991
Remove disqus
...
They started injecting ads :(
2019-03-24 14:54:58 +01:00
Otto Winter
95c042744b
Add missing pages
2019-03-14 16:41:37 +01:00
Otto Winter
95a94f7452
Add Changelog
2019-03-13 18:57:49 +01:00
Otto Winter
29644fca3b
Fix yaml
2019-03-11 13:21:21 +01:00
puuu
2ba17ae056
Document SDS011 component ( #185 )
...
* 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
2019-03-06 12:40:06 +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
ce1a241a8d
Lint
2019-03-05 20:43:30 +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
2d891e955d
Update index.rst
2019-02-28 09:37:37 +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
Otto Winter
fd72aa779f
Merge branch 'current' into next
2019-02-26 21:22:25 +01:00
Otto Winter
f8f451f892
Document resolution parameter
2019-02-26 21:14:23 +01:00
Otto Winter
c33a947a9c
Add linear calibration filter ( #180 )
2019-02-26 19:33:50 +01:00
Adriaan Peeters
c1ca3522e6
Correct ultrasonic filter_nan example ( #159 )
2019-02-26 19:11:26 +01:00
FrengerH
75a111c1ac
Merge dallas component ( #179 )
...
* Merge dellas component with platform
* Fixed headers
2019-02-26 18:46:04 +01:00
Otto Winter
81b578a931
Updates and changelog
2019-02-22 21:17:31 +01:00
Otto Winter
85cfae9aec
Refactor MQTT from docs
2019-02-17 12:28:17 +01:00
Otto Winter
fa685d106d
Merge branch 'updates' into next
...
# Conflicts:
# components/binary_sensor/homeassistant.rst
# components/sensor/dht.rst
# components/uart.rst
# cookbook/h801.rst
2019-02-16 23:26:32 +01:00
Otto Winter
59e03981a4
Update next docs
2019-02-16 23:25:23 +01:00
Otto Winter
8f26843d27
Merge branch 'current' into next
2019-02-16 20:27:48 +01:00
Otto Winter
e630eab6c3
Fix outdated on_value_range docs
2019-02-16 10:21:13 +01:00
Otto Winter
e5c431d7ca
Fix BME680 iir_filter docs
...
Fixes https://github.com/esphome/issues/issues/31
2019-02-09 14:02:52 +01:00
Otto Winter
6ecc76ba80
Merge branch 'current' into next
...
# Conflicts:
# Makefile
# esphomeyaml/changelog/v1.10.0.rst
# esphomeyaml/devices/sonoff_basic.rst
# esphomeyaml/index.rst
2019-02-07 18:22:22 +01:00
Otto Winter
e23dbe7fd9
Fix references
2019-02-07 18:07:16 +01:00
Otto Winter
8d9b0d2375
Netlify ( #153 )
...
* Netlify
* Fix
* Faster doxygen
* Update Makefile
* Try without api
* Debug
* Fix
* Update Makefile
* Debug
* Try 1.8.13
* Remove debug
* Update Makefile
* Optimize
2019-02-07 13:54:45 +01:00