Commit Graph

75 Commits

Author SHA1 Message Date
voed d0ad059ff2
Remove unnecessary lambda from example (#3600) 2024-04-15 09:00:46 +12:00
dougiteixeira c6372c19a7
Updates links to device class list (#3594)
* Updates link to documentation for device classes for sensors

* Updates link to documentation for device classes and state classes for binary sensors

* Updates link to documentation for device classes and state classes for buttons

* Updates link to documentation for device classes and state classes for covers

* Updates link to documentation for device classes and state classes for numbers

* Updates link to documentation for device classes and state classes for swtichs
2024-02-06 06:52:40 +01:00
tronikos 51dbc47f7e
Fix typo (#3435) 2023-12-05 19:40:47 +01:00
kahrendt 51a0866e1a
Document clamp filter's ignore out of range option (#3223) 2023-10-26 09:30:25 +13:00
Jesse Hills 74f4a25045
Merge branch 'current' into next 2023-10-24 08:30:18 +13:00
voed 953603810a
Fix sensor filter links (#3281) 2023-10-18 14:21:12 +02:00
Jesse Hills a5c1b8e417
Add round sensor filter (#3266) 2023-10-14 13:07:27 +13:00
Michael Jahn 5065041bb7
extend clamp sensor description (#3189)
slight addition to clamp sensor filter to make it clear that values outside the range are not filtered away but rather reset
2023-09-17 07:04:13 +02:00
Samuel Sieb 434888aabd
document value parameter for timeout filter (#3115)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-08-10 17:11:07 +12:00
Mat931 2134e5fdf3
Add 'map_linear' and 'clamp' sensor filters (#3039) 2023-07-31 09:09:15 +12:00
Clyde Stubbs b85e32ae95
Add timeout filter documentation (#3068) 2023-07-17 09:17:34 +12:00
Sergey Dudanov c78d80b831
New duty_time sensor (#3049)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-13 08:48:21 +12:00
Guillermo Ruffino 0b041128a6
Current-gen-schema (#2887)
* fix enum docs style

* schema fixes updates for 2023.2

* support multi key prop

* format fixes

* Format fixes

* set typed

* fix code quotes

* add platforms

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-05-31 15:31:55 +02:00
Jesse Hills 4e1fb99b22
Merge branch 'current' into next 2023-03-27 15:57:39 +13:00
Jesse Hills 8fbb53e016
Add note for names to use friendly_name (#2774) 2023-03-27 15:35:26 +13:00
Sybren A. Stüvel e01079d2be
Documentation for the `skip_initial` filter (#2760) 2023-03-20 08:50:21 +13:00
Sybren A. Stüvel 437a19218f
Document how to return 'no value' from a lambda filter (#2761)
* Document how to filter out values in a lambda filter

* Fix the code example
2023-03-18 22:39:41 +01:00
Trent Houliston 67db98f803
Update delta filter docs for new percentage mode (#2647) 2023-03-16 11:48:44 +13:00
Rob Adams 61f79fba3a
Fix typo in filter max docs (#2701) 2023-03-07 09:19:07 +01:00
usernames122 923db447a1
Add comma (#2629)
You forgot a comma, so i fixed it for you.
2023-02-04 21:22:50 +01:00
@RubenKelevra 3d6bfec6dd
sensor index: add missing commas (#2639) 2023-02-01 16:24:37 -08:00
Jeremy Pack dc528e0b6b
Rework reference to MQTT as its not really the point (#2565) 2022-12-23 11:59:38 +13:00
Francisco J. Solis e7d8e75dd8 docs: update the quantile link
The quantile link has been updated to a more descriptive one, which gives a better idea of the quantile function.

Refs: https://github.com/esphome/issues/issues/3622
2022-10-04 23:27:02 -05:00
Carlos Garcia Saura b8614d2626
Update index.rst 2022-08-06 16:28:15 +02:00
Sybren A. Stüvel 262c698853
Clarify `accuracy_decimals` in sensor config
The documentation for `accuracy_decimals` was a bit vague and inaccurate (oh the irony). I think this is better.

As discussed in the Discord channel with @ssieb.
2022-06-30 23:57:19 +02:00
EdJoPaTo f2ce728684
Improve exponential_moving_average alpha description (#1959) 2022-04-14 16:33:09 +12:00
EdJoPaTo ba616dc327
send_first_at for exponential_moving_average (#1928) 2022-02-21 13:13:12 +13:00
Valentin Ochs c0c3a4c6c9
Document sensor id and how it relates to the name (#1769) 2022-02-19 12:40:26 +01:00
Flaviu Tamas 05edc9dee6
Remove recommendation from calibrate_linear (#1830)
Requested here: https://github.com/esphome/esphome-docs/pull/1701#discussion_r789486034
2022-01-21 13:57:43 +00:00
swifty99 b7b082cba1
Clarification of the behavior of calibraty_linear filter (#1701) 2022-01-20 22:14:09 -05:00
Jesse Hills 8cea8563f1
Merge branch 'current' into beta 2022-01-13 21:28:32 +13:00
Valentin Ochs ecdb160f56
Add kalman_combinator docs (#1762) 2022-01-09 23:55:29 +01:00
spacemanspiff2007 bc65ab5770
Clearified heartbeat 2022-01-04 19:44:11 +01:00
Petr Vraník 6a50b8d63a
Quantile filter (#1715)
Co-authored-by: pvranik <petr.vranik@mgm-tp.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-12-15 07:43:48 +13:00
Jesse Hills ae922bc8ac
Merge branch 'current' into next 2021-12-02 17:10:24 +13:00
Jesse Hills f706abcf2c
Update device-class links to point to ha dev docs (#1686) 2021-11-30 17:04:52 +13:00
Oxan van Leeuwen f358d4c0db
Use consistent syntax for config option types (#1659) 2021-11-29 07:57:01 +13:00
Otto Winter 6053f490b5
Update svg2png and seo.py (#1380)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-16 15:19:33 +13:00
Jesse Hills 1867f0c618
Add entity_category docs (#1583) 2021-11-08 07:24:55 +13:00
Roy Meissner adaded35fe
Added documentation for a throttle_average filter (#1521)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-10-13 13:04:33 +13:00
Paul Monigatti 5f0f796387
Add 'icon' property to Binary Sensor, Climate, Cover, Fan, and Light platforms (#1489)
* Added 'icon' field to lights

* Icon property is not ignored (checked with HA 2021.9.7) if a device class is set

* Added icon properties to binary sensor, climate, cover, and fan components
2021-10-10 10:39:50 +02:00
Jesse Hills 3d3fdf0b0e
Add line about sensor filter processing order (#1484) 2021-09-19 11:02:45 +12:00
Jesse Hills a7cf2975b0
Remove last_reset_type (#1442) 2021-09-06 08:30:51 +12:00
Jesse Hills d9d17e757e
Add config option docs for disabled_by_default (#1361) 2021-08-10 13:45:41 +12:00
Jesse Hills 420230adb3
Add last_reset_type lines to sensor code docs (#1316) 2021-07-21 09:20:24 +12:00
Franck Nijhof b68ee95a6b
Add support for Sensor state class (#1201) 2021-06-03 13:50:14 +12:00
Guillermo Ruffino f6c277c4f9
schema-filters (#1052)
* pin schema and other fixes

* schema filters and registries
2021-03-11 15:31:31 -03:00
Gabe Cook 2f81ac49b5
Document new min/max filters (#1032) 2021-03-05 10:10:31 -03:00
marecabo 28abbe9529
Icon is ignored by HA when device class is set (#1011) 2021-02-20 18:10:33 -03:00
marecabo 1c678f4993
Add doc for device_class attribute of sensor (#996) 2021-02-15 13:01:55 -03:00