21 Commits

Author SHA1 Message Date
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