494 Commits

Author SHA1 Message Date
cgtobi
00d02ee1f4
Fix repo link (#459) 2020-04-04 23:29:56 +02:00
Martin Hjelmare
95359d51f4
Update fan entity docs (#457)
* Update fan entity docs

- Limit allowed speed values to one of the constants SPEED_OFF, SPEED_LOW, SPEED_MEDIUM, SPEED_HIGH.
- Add methods.
- Clean up.

* Update speed typing in turn on
2020-04-03 19:44:48 -07:00
Paulus Schoutsen
3699477967
Document using async_on_remove with DataUpdateCoordinator (#456) 2020-04-03 20:06:20 +02:00
Paulus Schoutsen
5bc46ac6d0
Promote dev containers more in dev env docs (#453) 2020-04-02 16:36:05 -07:00
Gerard
ff31df7c20
Another home-assistant to core change (#450) 2020-03-31 16:37:58 -07:00
Gerard
7f9f4e95a7
Directory change from home-assistant to core (#449) 2020-03-31 16:03:05 -07:00
Thomas Lovén
77ff2cb675 Documentation for home-assistant/frontend#5122 and card editors in general 2020-03-31 16:08:04 +02:00
Jonathan Martens
45a03607f9
Update development instructions for frontend (#445)
* Revise frontend github repo location

The home-assistant-polymer repo seem to redirect to the home-assistant/frontend, so use that instead

* Consistent dummy path

Be consistent and use the same dummy path for the frontend throughout this instruction

* Update docs/frontend_development.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-22 21:05:57 +01:00
Bram Kragten
3a6b50c4ec
Edit Lovelace card docs for new resource config (#446)
* Edit Lovelace card docs for new resource config

* Update lovelace_custom_card.md
2020-03-21 12:19:44 -07:00
J. Nick Koston
b1ad6ba137
Add DEVICE_CLASS_GATE (#444)
Gates are found outside of a structure and are typically part of a fence.
2020-03-21 11:20:28 -07:00
Raman Gupta
35224e33f7
Add method to return 'hass' object from browser console to docs (#368)
* Add method to return 'hass' object from browser console

* better grammar

* add warning about accessing hass property and update call per bram's suggestion

* Update frontend_data.md
2020-03-20 13:52:51 +01:00
Viktor Lindgren
eed4674fb0
Updated the Fork instruction and shell command (#441)
* Updated the Fork instruction and shell command

Im not sure but i believe since the name change into core and the other homeassistant version the fork instruction is faulty. So i changed it and added a small little note, which might be a little overkill.

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-18 22:48:07 +01:00
springstan
27433dd8a4
Add typing to style guidelines (#433) 2020-03-14 17:34:15 +01:00
Art M. Gallagher
d4d1604cab
Added Const Values to Climate Entity page (#384)
took the const values for `Supported Features` from https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/climate/const.py and added to an additional column. Also 1 minor copypastitis in swing_mode prop
2020-03-14 17:15:39 +01:00
Markus Meissner
4287f7be00
'type: js' updated to 'type: module' (deprecation) (#430)
HACS is also proposing `module` and it has come to my attention that 'js' should go...
2020-03-09 08:36:32 -07:00
Franck Nijhof
2f506cefda
Update documentation specs with latest changes (#427)
* Update documentation specs with latest changes

* ✏️ Tweak
2020-03-09 12:14:26 +01:00
Igor Magès
0937dd6be9
Update external_api_rest.md (#429)
Check config needs the config integration to be enabled to works.
2020-03-09 09:42:39 +01:00
Franck Nijhof
9f7fadf75d
Update hassio_addon_tutorial.md (#424)
* Update hassio_addon_tutorial.md

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-05 09:28:41 +01:00
Paulus Schoutsen
cd8b47e7e2
Mention update coordinator handles timeout/client error. (#423) 2020-03-04 08:06:23 -08:00
Pascal Vizeli
0a4dd63522
Update audio options + init 2020-02-29 15:07:52 +01:00
Tom Brien
974b29ebac
Migrate to Docusaurus V2 🐱🐉 (#412)
* Migrate to Docusaurus V2

* Add redirects

Only covers most recent version

* Add omitted scripts folder

* Include working yarn.lock
2020-02-19 19:36:13 +00:00
Pascal Vizeli
32280a2422
Add-ons services API (#411)
* Add-ons services API

* Update hassio_addon_communication.md

* Update hassio_addon_communication.md

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-19 09:51:58 +01:00
Pascal Vizeli
9e76c5897a
Add warning for call async function from a thread (#409)
* Add warning for call async function from a thread

* Update docs/asyncio_working_with_async.md

Co-Authored-By: Aaron Bach <bachya1208@gmail.com>

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Aaron Bach <bachya1208@gmail.com>
2020-02-18 10:53:13 -08:00
Austin Mroczek
9b8a18d1b2
Update data_entry_flow_index.md (#408)
It seems the code has moved to async_create_entry() but the docs have not.

Changes all listings of create_entry() to async_create_entry()
2020-02-17 08:33:53 -08:00
Robbie Trencheny
b832ad89c6
Add documentation about enable_encryption (#407) 2020-02-13 17:14:52 -08:00
Robbie Trencheny
ffd4090c80
Fix link to encryption docs 2020-02-13 17:13:53 -08: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
Pascal Vizeli
d92362b693
Small fixes for Hass.io/HA (#405)
* Small fixes for Hass.io/HA

* Update docs/hassio_addon_communication.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_communication.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_communication.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_config.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_config.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_communication.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-10 17:02:46 +01:00
Franck Nijhof
1649c2d4d7
Fix Fetching Data example (#403) 2020-02-07 14:48:14 -08:00
Pascal Vizeli
2fa24e3ff7
Update hassio_addon_config.md 2020-02-06 19:06:35 +01:00
Pascal Vizeli
9039b3c339
Add video option 2020-02-06 19:05:54 +01:00
Paulus Schoutsen
29e077a575
Document platform services (#401) 2020-02-05 11:07:12 -08:00
Paulus Schoutsen
a78c6196be
Add fetching data intro (#402)
* Add fetching data intro

* Apply suggestions from code review

Co-Authored-By: Martin Hjelmare <marhje52@kth.se>

* Address some comments

* Apply suggestions from code review

Co-Authored-By: Teemu R. <tpr@iki.fi>

* Update API

* Simplify entity with update coordinator.

* Clarify update state methods.

* Update docs/integration_fetching_data.md

Co-Authored-By: Teemu R. <tpr@iki.fi>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Teemu R. <tpr@iki.fi>
2020-02-05 11:06:56 -08:00
Paulus Schoutsen
1eca2b0c9a
Add cleanup to gold quality scale (#399) 2020-02-04 16:20:42 -08:00
Paulus Schoutsen
b5b4c2d2bc
Update disabled_by recommendation (#396)
* Update disabled_by suggestion

* Clarify
2020-02-04 09:46:40 -08:00
Pascal Vizeli
4d8bb6ec11
Update hassio_addon_config.md 2020-01-29 14:05:08 +01:00
Pascal Vizeli
9f9c596c9c
Update hassio_addon_presentation.md 2020-01-29 14:04:30 +01:00
Pascal Vizeli
52ba74fd8a
Update hassio_addon_config.md 2020-01-29 14:00:56 +01:00
akasma74
9534b38b7d is_admin added to the hass.user example (#395)
it's good to know that's available
2020-01-24 09:08:44 -08:00
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