16 Commits

Author SHA1 Message Date
Daniel Shokouhi
bd76a78d57
Mention event data structure when we talk about firing events (#682) 2020-10-15 12:28:15 +02:00
Dave T
462f7732b5
Fix minor typo (#603) 2020-07-16 08:28:00 +02:00
Franck Nijhof
08884e2cca
Collection of fixes and improvements (#516) 2020-05-11 08:12:01 -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
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
Paulus Schoutsen
1724776c39 Update code review requirements (#268) 2019-06-01 21:23:58 -04: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
Andrew Sayre
f9a778e93d Update component check list to describe MVP (#207)
* Update component code review

* Fix broken link

* Feedback updates

* More review feedback

* Remove large size

* Clarify test language
2019-03-30 21:06:37 -07:00
Anders Melchiorsen
2fcdbf8941 Clarify events (#206) 2019-03-26 16:07:45 -07:00
Christian Studer
4ebf12ee05 Dependencies: Always link to their documentation (#183) 2019-02-27 14:14:39 +05:30
Marcin Domański
1d237ac1a9 Add note about naming events for components (#153)
* Add note about naming events for components

* Minor changes
2018-12-01 23:29:33 +01:00
Adam Mills
90c56955a3 Document our preference for smaller component PRs (#145) 2018-11-09 10:33:14 +01:00
Fabian Affolter
7ff1759487
Add additional section (#96) 2018-09-28 01:15:03 +02:00
Fabian Affolter
4b6455cb49
Use 'add_entities' instead of 'add_devices' (#95) 2018-09-28 00:26:14 +02:00
Paulus Schoutsen
9b99376636
Update creating_component_code_review.md 2018-08-31 09:31:37 +02:00
Paulus Schoutsen
2fd443fe2c fix broken links 2018-04-25 14:19:41 -04:00