455 Commits

Author SHA1 Message Date
Michaël Bitard
58c40a328f [fix] typo (#394) 2020-01-24 09:48:15 +01:00
Robert Svensson
494a896cee One less P to care for (#393) 2020-01-22 14:47:16 -08:00
RonSpawnson
3e2998b5d0 Adding documentation for Lock entity (#378)
* Adding documentation for Lock entity

* Cleanup from review

Remove unnecessary states section and unsupported usercode functions
2020-01-22 11:11:56 -08:00
Raman Gupta
dc828d4e7b Add note under /api/states API endpoint section to distinguish between state updates and service calls (#390)
* add note under states API endpoint to distinguish between stateupdates and service calls

* update docs per review

* grammar

* remove word
2020-01-19 22:16:12 -08:00
Paulus Schoutsen
0d1b6a2f6f
Add some more things to quality scale (#389)
* Add some more things to quality scale

* Update docs/entity_index.md

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-01-18 21:34:07 -08:00
Ville Skyttä
84b21aa5d5 Spelling and grammar fixes (#392) 2020-01-17 21:53:25 +01:00
Paulus Schoutsen
d6e780b17f Add unique ID config flow docs (#388) 2020-01-15 20:26:14 +01: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
732ee0523b
Document 'force' in external_auth (#387) 2020-01-13 06:13:30 -08:00
Franck Nijhof
3c61ad3c81
Update documentation frontmatter information to include latest c… (#385) 2020-01-08 14:31:49 +01: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
Eric Thomas
104096b9f3 Fix spelling in docs (#383) 2020-01-07 15:34:46 +01:00
Ville Skyttä
95b92ead16 Be consistent with Home Assistant spelling (#381) 2020-01-05 11:56:13 +01:00
Paulus Schoutsen
f1f86d23b8
Document mobile app device_id" (#380) 2020-01-04 23:02:06 +01:00
Dave T
71799579e5 Grammar/typo corrections in dev docs (#379)
* Improve grammar

* Improve grammar

* Improve grammar

* Improve grammar
2020-01-04 16:00:17 +01:00
RonSpawnson
914602ffd0 Fix typo in entity_cover.md (#377) 2020-01-03 10:16:14 +01:00
Shawn Wilsher
5cd498d1dc Update Developement Environment Docs for Windows (#374)
I was following the instructions, but they don't work at all for Windows.  Issues fixed:
* The old command would use python3.6, but home assistant requires 3.7
* Picks up the change in https://github.com/home-assistant/developers.home-assistant/pull/335 for the Windows section.
* Explicitly use 3.7 when setting up the venv, since on some systems `python3` points to 3.6, not 3.7
2020-01-02 13:14:27 +01:00
Stefan Agner
eef570153a Update development_environment.md (#376)
Add hint if command 'remote-containers.reopenInContainer' not found is shown.
2020-01-02 13:12:56 +01:00
Colin Frei
be209b285d Fix broken link (#375) 2020-01-01 14:11:03 +01:00
RonSpawnson
415a291951 Update development_environment.md (#372)
Previous wording had a grammatical error ("Due to Home Assistant is"). I have proposed a small alteration to resolve this.
2019-12-28 10:04:01 +01:00
Seb Ruiz
cc69215f8d Update description for device_class property (#373) 2019-12-28 10:03:11 +01:00
Issac
7c5e46e743 Add documentation for local development of config entries (#370)
* Document the need to run hassfest once

* Document seeing local dev changes to strings.json
2019-12-18 16:32:59 +01:00
Alpha Chen
40583a4973 Update hassio_addon_config.md (#366) 2019-12-09 09:14:43 +01:00
Fabian Affolter
f246e83f6d
Switch to pur (#365)
* Switch to pur

* Add pip-upgrader
2019-12-08 21:29:26 +05:30
Robbie Trencheny
59002eb429
Close parentheses 2019-12-04 00:16:42 -05:00
cgtobi
0ec3b012b0 Fix requests Oauth2Session arguments (#364) 2019-11-27 22:21:53 -08:00
Robbie Trencheny
91bced21d9 Add Android Lokalise link (#363) 2019-11-25 20:42:05 -08:00
cgtobi
c29d6cf4a1 Fix typo (#362) 2019-11-25 15:10:05 -08:00
cgtobi
653ef36243
Fix typo (#361) 2019-11-25 23:46:28 +01:00
Michaël Arnauts
fd0e9d5e0b Fix typo in development_testing.md (#360) 2019-11-25 08:52:32 -08:00
tiagofreire-pt
0da3258bbf Correcting the function now to now() (#358) 2019-11-23 18:02:55 +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
Issac
a9e062e719 Update hassio_addon_communication.md (#355)
Explicit example for API authentication
2019-11-16 20:56:53 +01:00
Justin Bassett
ef71c3c4b4 mobile_app integration missing parameter (#353) 2019-11-16 12:20:24 +01:00
Bas Nijholt
1789bac614 fix url (#352) 2019-11-12 13:04:50 +01:00
boolangery
3d5aa1441f Fix typo (#351) 2019-11-08 10:59:27 +01:00
Fabian Affolter
f55f7e680a Add requirements on OS level for Fedora and Ubuntu (#350) 2019-11-01 20:09:56 -07:00
Jonathan Adams
1ef37b6741 Corrected error in revoke token callback (#346) 2019-11-01 17:36:32 -07:00
Fabian Affolter
8b3f16438f Change links to hacs.xyz (#349) 2019-11-01 17:17:48 +01:00
Rohan Kapoor
9503dd07fa Fix quick typo (#347) 2019-11-01 09:15:06 +01:00
1DontEx1st
afa32d2d99 Update documentation_standards.md (#343)
* Update documentation_standards.md

updated link to documentation

* Update docs/documentation_standards.md

thanks!

Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
2019-10-31 21:08:14 +01:00
Piotr Kubiak
7469c9ec28 Update entity_climate.md (#344)
Fixed typo
2019-10-31 13:01:36 +01:00
Pascal Vizeli
577a91d8b6
Update hassio_addon_config.md 2019-10-31 10:52:32 +01:00
THATDONFC
187dca8491 Update config_entries_options_flow_handler.md (#340) 2019-10-30 09:03:47 +01:00
Fabian Affolter
9a845a2ee9
Remove 'sidebar_label' no longer needed (fixes #326) 2019-10-30 08:56:28 +01:00
Paulus Schoutsen
e1c40206bf
Add OAuth2 docs and Building Python API lib (#342)
* Remove log file

* Add OAuth2 docs and API lib tutorial

* Update link

* Fix typo
2019-10-29 00:42:50 -07:00
Villhellm
0f0f584a2b rearranged instructions in proper order (#338) 2019-10-25 10:13:43 +02:00
Ernst Klamer
1deccdd50a Change location of integrations documentation (#337)
Changed the location of the integration/platform documentation from source/_components/ to source/_integrations
2019-10-24 19:35:44 +02:00
Bogdan Vlaicu
0ce5e071d7 Added docs link for "Has a code owner" (#333)
Added documentation link for "Has a code owner" in the Gold "Integration Quality Scale" standard.
2019-10-16 21:43:59 -07:00
doogstar
de99ddb230 Tiny renaming fix (#332)
Correcting "Boiler Plate Card" to "Boilerplate Card"
2019-10-16 17:29:31 -07:00