37 Commits

Author SHA1 Message Date
J. Nick Koston
59df487ca1
Document loggers manifest field (#1334) 2022-05-17 13:23:54 -05:00
Martin Hjelmare
7d2787d2bb
Add supported brands manifest item (#1315)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-29 11:10:50 -07: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
J. Nick Koston
66a547f18b
Add support for registered_devices to DHCP (#1212) 2022-02-16 12:18:38 +01:00
J. Nick Koston
9e156bab3b
Adjust zeroconf manifest for properties filter (#1159) 2021-12-19 13:32:58 +01:00
J. Nick Koston
ebe1f4f010
Adjust USB discovery to document serial_number/description/manufacturer matching (#1039)
* Adjust USB discovery to document serial_number/description/manufacturer matching

https://github.com/home-assistant/core/pull/55236

* Update creating_integration_manifest.md

* Update creating_integration_manifest.md

* Update docs/creating_integration_manifest.md

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

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-08-27 16:02:36 +02:00
J. Nick Koston
2be68d6893
Document USB discovery (#1031) 2021-08-21 15:38:47 -05:00
Maximilian Ertl
904387fa9c
Make manifest.json documentation more clear (#908) 2021-04-29 23:10:33 +02:00
Franck Nijhof
08926101c4
Add IoT Class to manifest (#886) 2021-04-15 10:21:43 +02:00
David Radcliffe
e72a156c8d
note case requirements of zeroconf config (#884) 2021-04-12 10:17:34 +02:00
J. Nick Koston
9078f380c9
Add manufacturer filter support to zeroconf (#877) 2021-04-08 09:03:20 -10:00
Alan Tse
84fd2e7143
Clarify dependencies requirements (#872)
https://github.com/home-assistant/core/pull/48241#issuecomment-811070888
2021-04-01 20:54:05 +02:00
Alan Tse
5d219781ee
Add section about custom component requirements (#862)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-03-24 17:47:47 +01:00
Joakim Sørensen
cc2f367ac9
Add version to the manifest (#780)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-01-25 13:34:25 +01:00
J. Nick Koston
c608a08865
Document DHCP discovery (#774)
* Document DHCP discovery

* Update docs/creating_integration_manifest.md

* Update docs/creating_integration_manifest.md

* Update docs/creating_integration_manifest.md
2021-01-14 09:44:19 +01:00
Dave T
cbe31f19c3
Clarify description of 'after_dependencies' (#730) 2020-11-21 14:28:09 +01:00
Erik Montnemery
6184eef85e
Document MQTT integration discovery (#671)
Co-authored-by: Diogo Gomes <diogogomes@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-10-08 09:54:06 +02:00
Ville Skyttä
06f588d0f0
Update info on available SSDP data (#647) 2020-09-15 09:14:34 +02:00
Paulus Schoutsen
92611d0f07
Update zeroconf manifest with new specifiers (#643)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-11 13:46:54 +02:00
Franck Nijhof
8c1e567f41
Add issue_tracker property manifest documentation (#493) 2020-05-08 22:00:29 +02:00
Paulus Schoutsen
6692398f0f
Update creating_integration_manifest.md 2020-04-22 11:18:10 -07:00
Issac
dd9ff0055d
Example of git-based dependency for development (#468) 2020-04-21 17:57:46 -07: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
akasma74
5ed68e4f0c
add after_dependencies (#404)
* add after_dependencies

A missing part of https://github.com/home-assistant/home-assistant/pull/23148
Had to learn it hard way so think it needs to be improved.

* tweak

Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>

* extra info added

Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>

* Update creating_integration_manifest.md

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-10 08:45:52 -08: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
Franck Nijhof
c2381c5aa5
Update integration manifest page to include the new quality scale (#386)
* Update integration manifest page to include the new quality scale property

* Process review suggestions
2020-01-08 14:23:46 +01:00
Ville Skyttä
aa04eaabe5 Update SSDP integration manifest (#341)
* Update SSDP integration manifest

* Update/fix example
2019-11-22 00:34:27 -08:00
Jeff Irion
b8677040ae Remove message about putting imports inside functions (#299) 2019-08-07 17:07:59 +02:00
Paulus Schoutsen
ae62362b7d
Update config entry docs (#273) 2019-06-12 09:31:05 -07:00
Paulus Schoutsen
9241c0f2af
Add HomeKit discovery (#267) 2019-05-31 11:48:29 -07:00
Paulus Schoutsen
7c80cab476
Document discovery (#264)
* Document discovery

* Remove extra commented dots
2019-05-25 13:34:10 -07:00
Dustin Rue
7e63653a9d missing a word here (#262) 2019-05-19 21:22:24 +02:00
Andrew Beveridge
6b51ba828d Fix typo in creating_integration_manifest.md (#243)
Typo
2019-04-30 11:24:06 +02:00
Paulus Schoutsen
f3b488e30c
Update creating_integration_manifest.md 2019-04-25 16:06:31 -07:00
Colin Frei
8db47da494 Make versioning clearer (#230) 2019-04-25 09:17:43 +02:00
David Beitey
cfb3e668b4 Integration manifest docs: fix JSON, update cmds (#233)
This adds a few fixes and updates to the Integration Manifest documentation, including fixing invalid JSON (eg using single quoted string rather than double-quotes), adds a missing `-e` to the pip install command and updates the version of `pychromecast` used by the Cast platform.
2019-04-23 23:45:47 -07:00
Paulus Schoutsen
ba924f7330
Docs to talk about intregrations (#215)
* Add manifest docs

* Talk about integrations

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Address comments

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Address comments

* Final comment

* Mention codeowners script
2019-04-06 20:08:49 -07:00