14 Commits

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