771 Commits

Author SHA1 Message Date
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
cgtobi
008d988a4c
Merge pull request #336 from home-assistant/upgrade-docusaurus
Upgrade docusaurus to 1.14.0
2019-10-21 11:26:48 +02:00
Fabian Affolter
8f6c657509
Upgrade docusaurus to 1.14.0 2019-10-21 11:14:00 +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
Paulus Schoutsen
e650f89dd1
Add external step UX tip 2019-10-15 16:38:31 -07:00
Paulus Schoutsen
0478e7c76e
Update 2019-09-27-hacktoberfest.md 2019-10-13 14:35:21 -07:00
Heine Furubotten
3862ca0834 Update documentation_create_page.md (#330)
Make the need for newlines more clear in the example about note html
2019-10-13 22:16:09 +02:00
Paulus Schoutsen
4cc9214ef5 Fix comment urls 2019-10-11 00:18:56 -07:00
Paulus Schoutsen
bff7cb2f73 0.100 2019-10-10 13:42:50 -07:00
akargl
9d7bc3356e Fix headline numbering for platform creation doc (#329) 2019-10-08 10:09:32 -07:00
Paulus Schoutsen
59b3df2bc2 Add draft blog about vision 2019-10-04 21:18:29 -07:00
Paulus Schoutsen
f0d30ca399
Update external_api_rest.md 2019-10-04 08:57:36 -07:00
Phi Dong
d5df3fbb69 Update Frontend development documentation (#328)
* Update Frontend development documentation

I was going through this while trying to get the front end set up to work on another PR and noticed it was out of date and had trouble getting everything working.  I'm updating it to hopefully better reflect what I had to do to get it working and update the latter portion as it seems like manually building every time a change is made is no longer necessary.  Also updated the configuration.yaml example as the docs here https://developers.home-assistant.io/docs/en/frontend_development.html#configuring-home-assistant say to set up frontend.development_repo not hassio.development_repo.  

Hopefully this is correct but let me know if I'm completely misunderstanding this document as I'm pretty new to getting everything set up for local development. :)

* Switch commands from frontend back to hassio
2019-10-04 08:37:35 -07:00
Kit Klein
41c7defebc Clarify project location in WSL (#327)
`script/setup` will fail due to a path permissions issue if you do not clone the project to a location within the WSL filesytem.
2019-10-02 20:08:59 -07:00
Paul Hobbs
8e8e657f32 Update creating_component_index.md (#325)
Add 'integration' argument to script.scaffold command
2019-10-01 13:13:39 -07:00
Bram Kragten
c0da227184 Hacktober frontend (#324) 2019-10-01 17:17:39 +02:00
Paulus Schoutsen
19faa0eb40 Update blog post 2019-09-30 18:13:58 -07:00
Paulus Schoutsen
e544f3c53a Add extra scene link 2019-09-27 18:10:44 -07:00
Paulus Schoutsen
7493cfead0 Update some text 2019-09-27 17:31:41 -07:00
Paulus Schoutsen
0fb096b431 Add note about docs/frontend 2019-09-27 16:55:37 -07:00
Paulus Schoutsen
66a75e2796 add hacktoberfest blog 2019-09-27 16:20:39 -07:00
Paulus Schoutsen
e1d0cbd18c Remove other languages 2019-09-27 12:05:08 -07:00
Paulus Schoutsen
5b24a83c81 release 99.3 2019-09-27 11:53:51 -07:00
Paulus Schoutsen
9a886d65cd Add reproduce state page 2019-09-27 11:48:58 -07:00
Paulus Schoutsen
c025ed1b37
Initial draft device automations docs (#321)
* Initial draft device automations docs

* Fix code block

* Add notes about scaffolding

* Update device_automation_action.md

* Update device_automation_condition.md

* Update device_automation_condition.md

* Update device_automation_index.md

* Update device_automation_trigger.md
2019-09-25 11:27:07 -07:00
Paulus Schoutsen
fd3f6a4d0c 99 2019-09-23 13:29:45 -07:00
jcullen86
2d1286ecb8 Update "2 weeks" to "3 weeks" for release time frame (#320) 2019-09-23 10:19:24 +02:00
Paulus Schoutsen
3a98667e1b
Add scaffold intro (#318) 2019-09-21 22:17:22 -07:00
Johnny Bretz
6dd30a0929 Added Recommended Design Elements & Resources Section to Lovelace Custom Card Docs (#313)
* Added Recommended Design Elements & Resources

As a new dev to HA & to custom-card building, this would have been very helpful.
- Recommended Design Elements help us all to stay in sync on using the same UI/UX Designs.
- I found the boilerplate card VERY helpful when trying to get started.

* Update lovelace_custom_card.md

* Updated Adding a Second Resource

* Updated Lovelace Custom Card Docs

Renamed 'Resources to Advanced Resources'
Tweaked description on Boilerplate Card
2019-09-19 14:49:00 -07:00
Pascal Vizeli
c4bb34321a
Update hassio_addon_config.md 2019-09-19 14:47:52 +02:00
Patrik
49cd623da9 Update development_checklist.md (#317) 2019-09-18 22:08:13 +02:00
MatthewFlamm
da7efba1dd Add exceptional and hail to weather conditions (#312) 2019-09-13 00:11:55 +02:00
Chris Colohan
2fd3e8ee3d Update dead link in state tutorial (#314) 2019-09-13 00:07:50 +02:00
Paulus Schoutsen
5020580993 0.98 2019-08-30 06:25:31 -07:00
SukramJ
14f0a96a86 Add enabled property to entity doc (#310)
* Add enabled property to entity doc

* Update entity_index.md

* moved property enabled to System Properties

* switch to lowercase

* fix typo
2019-08-30 06:17:53 -07:00
Tsvi Mostovicz
2e7916201c Tiny grammatical fix (#308) 2019-08-22 18:24:01 +02:00
Paulus Schoutsen
bf34b2af90
Add disabled_by docs (#306)
* Add disabled_by docs

* Tweak integration architecture
2019-08-21 09:00:12 -07:00
Paulus Schoutsen
8ede9a72f7
Document init subclass (#305) 2019-08-21 08:01:18 -07:00
Klaas Schoute
c7a8475e71 🔨 Fix url link (#307) 2019-08-21 08:01:05 -07:00
Paulus Schoutsen
2d3260a2ff Document entity disabled property" (#304) 2019-08-16 16:46:30 -04:00
Paulus Schoutsen
95019a3ad2 Update docs for flow options (#303) 2019-08-16 11:39:57 +02:00
Keith Pine
7baa4e6d0a Update development_environment.md (#301)
Add pkg-config to list of package dependencies to install.
2019-08-16 11:39:16 +02:00
Anders Melchiorsen
0fec84e09b Update code formatting advice (#302)
* Update code formatting advice

* Tweak string formatting.
2019-08-15 23:25:39 +02:00
Paulus Schoutsen
21f064376d
Update config_entries_config_flow_handler.md 2019-08-14 09:30:53 -07:00