168 Commits

Author SHA1 Message Date
Allen Porter
7acbe01b38 Update documentation to explain the import API 2022-04-05 15:14:20 +00:00
Allen Porter
b2349f5675 Rename component to application credentials 2022-04-03 17:32:00 +00:00
Allen Porter
d7afabef6e Rename developer credentials to client credentials 2022-04-03 17:26:02 +00:00
Allen Porter
ec811fc6e6 Merge branch 'developer_credentials' of github.com:allenporter/developers.home-assistant into developer_credentials 2022-04-03 10:19:55 -07:00
Allen Porter
0cc5a85c13 Add static example for AuthorizationServer 2022-04-03 17:19:23 +00:00
Allen Porter
db05ef6886
Update docs/core/platform/developer_credentials.md
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-04-02 22:18:25 -07:00
Allen Porter
c701c3f9cb Fix typo 2022-04-02 17:22:57 -07:00
Allen Porter
ed9fde84fe Documentation for initial developer credentials platform 2022-04-02 21:19:01 +00:00
Franck Nijhof
6b81f30c6c
Rename current_version to installed_version in Update platform (#1271) 2022-04-01 20:11:34 +02:00
Franck Nijhof
f29f2507e3
Add EntityFeature enum to Humidifier (#1270) 2022-04-01 20:10:17 +02:00
Franck Nijhof
280d357252
Add EntityFeature enum to Camera (#1266) 2022-04-01 09:40:08 -07:00
Franck Nijhof
695fa2b104
Add EntityFeature enum to Climate (#1267) 2022-04-01 09:39:49 -07:00
Franck Nijhof
dc52483b20
Add EntityFeature enum to Cover (#1268) 2022-04-01 09:39:30 -07:00
Franck Nijhof
c312413c2b
Add EntityFeature enum to Alarm Control Panel (#1262) 2022-04-01 13:54:14 +02:00
Joakim Sørensen
802a2c11f0
Add documentation for the auto_update property in Update entities (#1265) 2022-04-01 12:57:06 +02:00
Joakim Sørensen
df3d9503e3
Move all supported features in Update entities to enum (#1263) 2022-04-01 07:53:28 +02:00
Joakim Sørensen
da18c9cbdb
Add backup documentation and restructure platforms (#1259) 2022-03-30 21:40:23 +02:00
Erik Montnemery
e0bea16846
Document sensor entity options (#1260) 2022-03-30 11:49:15 -07:00
Joakim Sørensen
bba23d6547
Add documentation for release notes method for update entity (#1257)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-03-30 09:10:46 +02:00
Michel van de Wetering
338891c612
Fix description of button device class "update" partially out of table (#1253) 2022-03-28 08:22:09 -07:00
Franck Nijhof
2d7a954db8
Adjust backup type of Update entity (#1246)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-03-23 11:40:32 +01:00
J. Nick Koston
de074a2415
Document impact of extra_state_attributes on frequently updating entities (#1245) 2022-03-21 15:42:25 -07:00
Franck Nijhof
5ab770d4ee
Add update entity platform (#1243)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-03-21 11:03:19 +01:00
J. Nick Koston
93850b3d32
Remove deprecated fan speed properties, clarify preset modes (#1237) 2022-03-09 10:38:21 +01:00
Erik Montnemery
4ba18b3073
Document RestoreSensor (#1209) 2022-02-09 14:33:26 +01:00
Franck Nijhof
021d0548c9
Allow binary sensor state to be None (#1192)
* Allow binary sensor state to be None

* Allow toggles (switches) state to be None

* Fix binary sensor table columns

* Update docs/core/entity/light.md

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-04 11:57:35 +01:00
Michiel Karnebeek
97ff6098ef
Fix columns not lining up (#1205) 2022-02-04 11:54:25 +02:00
avee87
2962614406
Updated architecture discussions link from issues to discussions (#1199) 2022-01-30 02:09:36 +01:00
Erik Montnemery
427d437ac5
Add examples of entity property methods vs attributes (#1004)
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com>
2022-01-24 14:31:38 +01:00
Michael
6f535de5a9
Add link to source for different entities (#1179)
* Update weather.md

* Update binary-sensor.md

* Update remote.md

* Update sensor.md

* Update vacuum.md

* Update water-heater.md

* Update vacuum.md
2022-01-09 06:28:23 +01:00
J. Nick Koston
f7bedec42e
Fix type for current_humidity (#1153) 2022-01-06 02:09:51 +01:00
J. Nick Koston
277f215beb
Update docs/core/entity/camera.md 2021-12-31 14:37:04 -10:00
Allen Porter
f98ef0dd14 Clarify unsub call instructions 2021-12-31 14:00:23 -08:00
Allen Porter
bf4fc2d881 Add an example of calling the camera registry for rtsp to webrtc 2021-12-31 13:58:56 -08:00
Allen Porter
b2dbee028c Update developer docs to mention RTSP to WebRTC 2021-12-31 13:08:21 -08:00
epenet
41c52dcced
Add CO to binary_sensor device classes (#1167) 2021-12-29 10:19:59 +01:00
Erik Montnemery
02c72eeff7
Document apparent and reactive power sensor device classes (#1166) 2021-12-23 10:29:48 +01:00
Franck Nijhof
4de9057982
Allow binary sensor state to be None (#1161) 2021-12-22 12:24:57 +01:00
Erik Montnemery
e466749837
Clarify energy sensor statistics calculation (#1165) 2021-12-22 08:44:38 +01:00
Franck Nijhof
c34b75731a
Add device class support for button entity (#1145)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-30 08:28:14 +01:00
Allen Porter
dae81bc86f
Update text wrapping on camera.md (#1142) 2021-11-25 00:02:01 +01:00
Franck Nijhof
64cce3387b
Update sensor documentation for date & timestamp devices classes (#1140) 2021-11-23 19:14:14 +01:00
bwduncan
3d7a22aa9f
Fix typos in code example (#1138) 2021-11-16 20:34:20 +01:00
Michael
ded730155b
Add support for property attribute shorthand in Fan entity (#1136) 2021-11-16 01:25:29 +01:00
epenet
3e75fdba15
Add frequency device class for sensor (#1137)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-15 14:33:56 +01:00
Tim Rightnour
51d095d0ec
Update sensor.mb for CBAR (#1130) 2021-11-10 10:43:58 +01:00
Franck Nijhof
5d5532db4d
Document async button press method (#1132) 2021-11-09 16:47:41 +00:00
Dave T
79d3ff5ab2
Fix minor typos (#1126) 2021-11-05 07:20:54 +00:00
Franck Nijhof
6f087f84ea
Add button entity (#1114)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 16:53:40 +01:00
Tom Brien
36227ec01b
Fix ISO 4217 Link (#1124) 2021-11-04 14:57:38 +01:00