Commit Graph

118 Commits

Author SHA1 Message Date
Keith Burzinski
1288961250
Add NFC binary sensor platform doc (#3526)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-01-16 17:05:10 +09:00
Jesse Hills
d34972ea3d
Merge branch 'current' into next 2023-12-25 21:14:37 +09:00
Maximilian Ertl
8e983bd8d5
Fix type in ble_presence.rst (#3489)
- "present" was misspelled as "precent"
- all other lines ent with a period
2023-12-23 07:18:31 +01:00
Scott K Logan
e3ec10f8c7
Add a Binary Sensor Filter for state settling (#3439)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-22 11:33:32 +09:00
Keith Burzinski
7f50128530
Add PN7150 doc (#3242)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-14 08:27:40 +09:00
Keith Burzinski
c46c395099
Add PN7160 doc (#3241)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-14 07:54:58 +09:00
Jesse Hills
c499ef2522
Merge branch 'current' into next 2023-11-03 08:11:42 +13:00
Jesse Hills
aba2f3afd5
Add deprecation message to custom component pages (#3318) 2023-11-01 00:47:57 -05:00
Jesse Hills
aa35f6a2ea
Merge branch 'current' into next 2023-10-30 13:59:32 +13:00
Keith Burzinski
f256fda25e
Add resource warnings to BLE, voice and audio component docs (#3298) 2023-10-27 11:29:59 +13:00
kahrendt
e21a67b5a1
Documentation for new Qwiic PIR binary sensor component (#3106) 2023-10-26 08:29:24 +13:00
Regev Brody
cf329e6795
Modify documentation for ld2410 (#2680)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-16 11:49:11 +12:00
Regev Brody
d85fb496ab
Modify documentation for ld2410 (#2680)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-16 11:31:39 +12:00
Keith Burzinski
0440eabaa9
Update esp32_touch docs for ESP32-S2/S3 support (#3077) 2023-08-07 13:54:29 +12:00
Sergey Dudanov
ea3d66c261
binary_sensor templatable delays (#3034) 2023-07-04 12:25:52 +12:00
NP v/d Spek
8b59e6a4e7
add new min_rssi property info (#2800)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-12 04:28:30 +12:00
Keith Burzinski
fc4e2738b0
Add copy for on_tag_removed trigger for RC522 (#2876) 2023-04-27 10:47:52 +12:00
Jesse Hills
8fbb53e016
Add note for names to use friendly_name (#2774) 2023-03-27 15:35:26 +13:00
Jesse Hills
1301ee92a1
Revert "Add supported touch pins for esp32-s2/s3" (#2751) 2023-03-15 20:47:04 +13:00
Jesse Hills
d911bbbab4
Add supported touch pins for esp32-s2/s3 (#2743) 2023-03-13 13:13:51 +13:00
NP v/d Spek
90645afd57
Update xpt2046 documentation (#2259)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-11 10:10:27 +13:00
functionpointer
76fe7c7f18
hydreon: Document temperature, lens_bad and em_sat (#2188) 2022-08-17 16:07:36 +12:00
Samuel Sieb
ce3a172f2b
doc update for PR#3636 (#2183)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2022-07-25 15:55:26 +12:00
Cal Howard
ab9b57e6c3
Fixed grammatical error (#2080) 2022-05-15 13:54:47 +02:00
spacemanspiff2007
09f26185c6
on_state gets only called on state change (#1961) 2022-04-22 14:16:46 +12:00
Guillermo Ruffino
a14c881b43
clean up beta 202204 (#2020) 2022-04-22 14:04:23 +12:00
functionpointer
cef832fcd8
Add integration hydreon_rgxx for rain sensors by Hydreon (#1616) 2022-04-11 14:50:59 +12:00
Guillermo Ruffino
53d1abd7a8
Docs cleanup for schema gen (#1973) 2022-04-03 19:30:25 +12:00
Jesse Hills
e09f8921a3
Merge branch 'current' into beta 2022-03-16 14:05:42 +13:00
Flaviu Tamas
f778497c8a
uint32_to_string => to_string (#1956)
* uint32_to_string => str_sprintf

* Apply suggested change

Co-authored-by: Mario Gabriell Karaziaki <MarioGK@users.noreply.github.com>
2022-03-11 03:43:12 +00:00
Adrián Panella
99cf423415
Add analog_threshold component (#1901) 2022-02-18 09:14:14 +13:00
spacemanspiff2007
e869ce49cd
Specified how the sensor values get populated (#1809)
* Specified how the sensor values get populated

* Update template.rst

* Update template.rst

Reword things a little

Co-authored-by: Flaviu Tamas <me@flaviutamas.com>
2022-01-21 03:25:29 +00:00
Jesse Hills
ae922bc8ac
Merge branch 'current' into next 2021-12-02 17:10:24 +13:00
Martin
e47b590965
Document modbus_controller response_size changes (#1691) 2021-12-02 15:44:48 +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
Martin
ce04f78066
document modbus fp32 datatype (#1590)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-26 12:49:07 +13:00
Jesse Hills
5eae51ea9e
Merge branch 'current' into next 2021-11-26 09:02:41 +13:00
MrEditor97
3ef41f655f
CAP1188 correction: allow_multiple_touches to boolean value (#1635) 2021-11-23 09:57:46 +01: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
Sam Hughes
a16d4f3743
Docs for CAP1188 Capacitive Touch Sensor (#1589) 2021-11-10 18:53:33 +01:00
Jesse Hills
189a1afce6
Merge branch 'current' into next 2021-11-10 21:10:25 +13:00
Jesse Hills
1867f0c618
Add entity_category docs (#1583) 2021-11-08 07:24:55 +13:00
Jesse Hills
1f8ecd46a6
Convert pin mode examples to new format (#1591) 2021-11-03 19:55:26 +01: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
Martin
33ba298b13
Modbus controller docs (#1388)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-27 09:27:26 +13:00
Christian Taedcke
4b921ed194
Add documentation for deep-sleep wakeup from esp32 touch sensor event (#1483) 2021-09-20 20:12:46 +12:00
Petko Bordjukov
7860b56a4b
Add iBeacon presence tracking instructions (#1069) 2021-09-02 11:50:31 +12:00
Jesse Hills
d9d17e757e
Add config option docs for disabled_by_default (#1361) 2021-08-10 13:45:41 +12:00
Otto winter
a7a9f297ae
Merge branch 'current' into next 2021-08-04 17:45:47 +02:00