39 Commits

Author SHA1 Message Date
Erik Montnemery
e02db33c47
Document device registry entry serial_number (#1477) 2023-10-22 15:15:21 +02:00
dougiteixeira
3d62b0a4cd
Add documentation for device info categorization (#1858)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-26 08:29:47 +02:00
Nathan Spencer
dd44900303
Add missing name_by_user attribute to device registry page (#1751) 2023-04-20 21:14:46 +02:00
Jaap P
611eeb7083
Clarify what is a device (#1700)
Small clarification
2023-03-02 13:50:55 +01:00
Fredrik Erlandsson
72603c09ef
Use the typed dataclass DeviceInfo (#1502) 2022-10-26 14:40:49 +02:00
Erik Montnemery
2fa61058a1
Sort device registry attributes (#1445)
* Sort device registry attributes

* Update device_registry_index.md
2022-08-25 13:13:31 +02: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
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
J. Nick Koston
b1271d6f25
Update for support of hw_version in device registry (#1156) 2021-12-16 05:16:27 -06:00
Ville Skyttä
9b351a9afa
Update new device entry type enum value (#1112) 2021-11-23 21:43:49 +01:00
Joakim Sørensen
ced73a8941
Add note about homeassistant scheme (#1107) 2021-10-31 22:27:38 +01:00
Erik Montnemery
ebe4d3927e
Document device registry configuration_url (#1097)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-19 11:49:20 +02:00
epenet
67c9ffc6be
Update device registry code sample (#1029)
`async_get_registry` is legacy.
2021-08-18 12:25:47 +02:00
Ville Skyttä
972fbf5871
Document device registry identifiers as DOMAIN, id tuples (#935)
Refs https://github.com/home-assistant/core/pull/50355
2021-05-11 12:49:00 +02:00
Paulus Schoutsen
7f2bee18a8
Document default_* keys for device info (#852) 2021-03-17 05:24:25 +01:00
Paulus Schoutsen
bc55ccd987
Reorganize architecture section (#839) 2021-03-10 09:17:54 -08:00
J. Nick Koston
3b3859dd71
Update device registry for suggested_area 2021-02-19 19:49:52 -10:00
Thomas Geymayer
10cf2c5d80
Add tip for required unique_id for device_registry (#814)
Entities will not be connected to a device if unique_id is not set.
2021-02-20 00:18:09 +01:00
J. Nick Koston
7e94a298a9
Update docs/device_registry_index.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-19 13:15:14 -10:00
J. Nick Koston
21060a8fbd
Update device registry for suggested_area 2021-02-19 13:12:43 -10:00
Paulus Schoutsen
8d282edc8c
Document firing events (#720)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-11-10 14:20:04 +01:00
Stefan Agner
d3ac04fb1c
Clarify how devices are matched in device registry (#709)
The exact device registry behaviour is somewhat unclear. Clarify how devices are matched exactly.
2020-10-31 23:51:46 +01:00
Paulus Schoutsen
39792dc8b3
Document entry_type (#495) 2020-05-05 11:41:29 +02:00
Tom Brien
d6e06a716d
Replace quotes with tip boxes (#458)
* Replace quotes with tip boxes

The use of quotes was making important content less clear than the body. Docusaurus now has native tip boxes use remark-admonitions so use these instead.

* Replace json5 codeblock language with json

json5 doesn't have native syntax colouring. Rather than handle with custom css just flip block to have `json` set as language to create same result. All blocks were standard JSON anyway
2020-04-04 14:32:57 -07:00
Tom Brien
974b29ebac
Migrate to Docusaurus V2 🐱🐉 (#412)
* Migrate to Docusaurus V2

* Add redirects

Only covers most recent version

* Add omitted scripts folder

* Include working yarn.lock
2020-02-19 19:36:13 +00:00
Ville Skyttä
770185004b
Code block improvements (#382)
* Use f-strings instead of .format()

* Code block language marker fixes

* Make example code blocks syntactically valid Python

* Run all python code blocks through black

https://github.com/scop/misc/blob/master/black_markdown.py

* Add some missing code block language markers

* Use shell language consistently to mark shell code blocks

* Undo folding of some example dicts

* Remove outdated OrderedDict comments per Python 3.7, replace with plain dict
2020-01-13 21:55:41 +02:00
Richard Jones
a0ec1616d1 Fix named param typo in device_registry example (#284)
Param is `config_entry_id`, not `config_entry`

see: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/helpers/device_registry.py#L93
2019-06-30 13:41:49 -04:00
Tor Arne Vestbø
2be0c58850 Fix language in device documentation (#278) 2019-06-20 13:50:56 -07:00
Penny Wood
d21ad108e1 Rename via_hub to via_device (#272)
See also:
* home-assistant/home-assistant#24360
* home-assistant/home-assistant-polymer#3254
* home-assistant/architecture#212
2019-06-11 08:36:33 -07:00
Jose A. Jiménez
556de9a6cd duplicate word (#196) 2019-03-09 11:15:35 -08:00
Paulus Schoutsen
10f87026b0
Update device_registry_index.md 2019-02-21 18:59:47 -08:00
Paulus Schoutsen
f3c22ed1eb Clarify device 2019-02-21 17:27:23 -08:00
Robert Svensson
a23e34bc2f Area registry (#172)
* Add documentation for area registry
Update device attributes with area id

* If not saving stuff can't be commited
Second try at adding area id info to device registry
2019-01-28 15:37:28 -08:00
Paulus Schoutsen
08f2218cf4
Update device_registry_index.md 2018-09-18 10:44:17 +02:00
Paulus Schoutsen
cfae0e523e
Add via_hub docs (#88) 2018-09-17 13:39:40 +02:00
Paulus Schoutsen
c318d0bf75
Update device_registry_index.md 2018-09-12 11:42:38 +02:00
Paulus Schoutsen
5d2385de10
Update device_registry_index.md 2018-09-12 11:40:14 +02:00
Paulus Schoutsen
b8038108a4 Add dev reg info 2018-09-04 15:24:37 +02:00
Robert Svensson
f944a5af3e Add device registry introduction (#81) 2018-09-03 20:48:49 +02:00