1083 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
Paulus Schoutsen
7aeb2a00ec
Add blog about some new features (#1258)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-03-30 17:17:31 -07: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
foxy82
f6edb9492e
Fix WebSocket API URL (#1254) 2022-03-28 08:21:45 -07:00
Paulus Schoutsen
54a837d5bc
Document show_menu data entry flow (#1247)
* Document show_menu data entry flow

* Update docs/data_entry_flow_index.md

Co-authored-by: Allen Porter <allen@thebends.org>

* Update docs/data_entry_flow_index.md

Co-authored-by: Allen Porter <allen@thebends.org>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2022-03-24 07:47:17 +01: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
1580b118a2
Document no_attributes flag for history api (#1242)
Co-authored-by: Teemu R. <tpr@iki.fi>
2022-03-23 10:30:04 +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
Martin Hjelmare
2a6d266b0d
Add config entry remove device signature (#1231)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-02-28 15:54:11 -08:00
Joakim Sørensen
d06b791272
Add homeassistant to partial backup endpoint (#1225) 2022-02-23 08:58:34 -08:00
Paulus Schoutsen
ddd3c9f683
Document validate_config (#1223) 2022-02-22 13:34:34 -08:00
Paulus Schoutsen
e4b9b874a8
Update some docs for data update coordinator (#1221) 2022-02-22 08:57:57 -08:00
Erik Montnemery
97666fc85d
Document config entry removal from device (#1215)
* Document config entry removal from device

* Update docs/device_registry_index.md

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update docs/device_registry_index.md

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

Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-21 10:12:45 +01:00
Dave T
df72f05d41
Minor grammar fix (#1220) 2022-02-19 13:06:36 +01:00
Erik Montnemery
46f92b2650
Update section about lint errors (#1219) 2022-02-19 12:21:39 +01:00
Erik Montnemery
a3cf4fca9b
Add legacy-resolver option to manual pip (#1218) 2022-02-19 12:20:52 +01:00
Skyler Riley
caf44c7187
YAML format for dev tool service call example (#1217) 2022-02-19 12:20:23 +01:00
J. Nick Koston
66a547f18b
Add support for registered_devices to DHCP (#1212) 2022-02-16 12:18:38 +01:00
Joakim Sørensen
95478ed3c7
Use yaml instead of json for add-on config file (#1214) 2022-02-15 13:59:47 -08:00
Andrew Soback
573610c70d
Added intent handle api endpoint (#1210) 2022-02-09 23:30:35 -08:00
Erik Montnemery
4ba18b3073
Document RestoreSensor (#1209) 2022-02-09 14:33:26 +01:00
Joakim Sørensen
e71b58156e
Add note about advanced mode for experimental and deprecated add-ons (#1207) 2022-02-07 23:26:47 +01:00
Joakim Sørensen
8350e47da1
Reload -> Check for updates (#1206) 2022-02-06 22:02:39 +02: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
Marco Trevisan
4d2e55f16a
API: Mention compressed parameter for performing backups (#1188)
Related to: https://github.com/home-assistant/supervisor/pull/3378
2022-02-03 10:25:26 +01:00
Paulus Schoutsen
47ed55f216
Update async sign path docs (#1203)
* Update async sign path docs

* Fix typo

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-01 12:04:36 +01:00
Paulus Schoutsen
5ef105e921
Document native app websocket push (#1172)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Justin Bassett <bassett.justint@gmail.com>
2022-01-31 15:02:14 -08:00
w35l3y
e8e26b6dd2
Add "reprompt" for the intent response (#1200) 2022-01-31 10:23:33 -08:00
avee87
2962614406
Updated architecture discussions link from issues to discussions (#1199) 2022-01-30 02:09:36 +01:00