397 Commits

Author SHA1 Message Date
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
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
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
Paulus Schoutsen
e50669add1
Update config_entries_options_flow_handler.md 2019-08-14 09:30:49 -07:00
Pascal Vizeli
885f322a15
Update hassio_addon_config.md 2019-08-14 15:03:01 +02:00
Peter Armstrong
14cef76c25 changed step_id from init to user (#297) 2019-08-08 16:44:13 +02:00
Jeff Irion
b8677040ae Remove message about putting imports inside functions (#299) 2019-08-07 17:07:59 +02:00
Esben Damgaard
4c807d6976 Add entity_id to camera_thumbnail (#298)
It is required. Documentation: 4f8a93fb3e/homeassistant/components/camera/__init__.py (L92)
2019-07-31 09:10:07 -07:00
Joakim Sørensen
8116e9bb26 Add notes about devcontainer (#294)
* Add notes about devcontainer

* corrected typos

* ✏️ Tweaks
2019-07-19 20:15:29 +02:00
Frederik Gladhorn
21b7202f1f Clarify declaring function async (#293)
The import and decorator syntax was Python 3.4, with Python 3.5 this
became much nicer and the async keyword is now used.

Use awaited instead of yielded, which makes it easier to read.
2019-07-17 15:20:15 +02:00
Franck Nijhof
af72c1bdce
Updates documentation standards (#292) 2019-07-15 22:18:10 +02:00
Nick Daria
73e8be8087 Spelling (#291)
"minimun" -> "minimum"
2019-07-14 14:50:48 -07:00
Josh Anderson
75a11adaa5 Update minimum ruby version (#290) 2019-07-14 22:19:19 +02:00
Paulus Schoutsen
7fdb533485
Update climate docs (#289)
* Update climate docs

* Update docs/entity_climate.md

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

* Add off
2019-07-08 13:12:01 -07:00
Pascal Vizeli
0580c8de15
Update hassio_addon_tutorial.md 2019-07-06 13:43:04 +02:00
Franck Nijhof
7a0ed319fa
Removes linkable_title requirement from documentation docs (#288) 2019-07-04 19:50:02 +02:00
Paulus Schoutsen
cdea57be3d
Update frontend_development.md 2019-07-01 20:33:14 -07:00
Richard Jones
a0ec1616d1 Fix named param typo in device_registry example (#284)
Param is `config_entry_id`, not `config_entry`

see: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/helpers/device_registry.py#L93
2019-06-30 13:41:49 -04:00
Em
289e7c09f1 Extra warning about use of SSH add-on (#280)
I tried to make it clearer that the SSH setup here (port 22222) was different to the SSH add-on setup (port 22) and what issues would crop up if the later was used in this context. 

It took me a while to figure out what was going on and I felt that the doc needed this clarification.
2019-06-25 19:05:44 -04:00
Tor Arne Vestbø
2be0c58850 Fix language in device documentation (#278) 2019-06-20 13:50:56 -07:00
Sean Mooney
7984f941e5 Update development_testing.md (#277) 2019-06-20 08:36:32 -07:00
Sean Mooney
45031b1ca0 Change OS X to macOS (#276)
Just updating name. It's been called macOS for a little over 3 years now (https://www.wired.com/2016/06/apple-os-x-dead-long-live-macos/).
2019-06-20 00:24:28 -07:00
Paulus Schoutsen
b7be22f1f7
Update config_entries_config_flow_handler.md 2019-06-12 14:13:28 -07:00
Paulus Schoutsen
f1465e617e
Add external bus docs (#274)
* Add external bus docs

* Add min version
2019-06-12 11:45:33 -07:00
Paulus Schoutsen
ae62362b7d
Update config entry docs (#273) 2019-06-12 09:31:05 -07:00
Penny Wood
d21ad108e1 Rename via_hub to via_device (#272)
See also:
* home-assistant/home-assistant#24360
* home-assistant/home-assistant-polymer#3254
* home-assistant/architecture#212
2019-06-11 08:36:33 -07:00
Alex Popoutsis
4289d235c9 Document check_config endpoint (#270) 2019-06-08 11:49:00 +02:00
Cornelius Mund
0944567e3f Fixed simple copy/paste error. (#269) 2019-06-04 10:49:37 -07:00
Paulus Schoutsen
1724776c39 Update code review requirements (#268) 2019-06-01 21:23:58 -04: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
Paulus Schoutsen
f0aa846e84
Deprecate custom UI (#263) 2019-05-24 14:09:32 -07:00
Dustin Rue
7e63653a9d missing a word here (#262) 2019-05-19 21:22:24 +02:00
Pavol Holes
88a36dd022 Update hassio_debugging.md (#259)
'authorized_keys' file needs to be saved in ANSI encoding and with Unix line ends (LF) not Windows (CR LF)
2019-05-17 19:53:29 -07:00
heytcass
35233b2d09
Grammar and typo edits for clearer direction.
Just cleaned up some of the language a bit. If any of the intended meaning is lost, feel free to reject.
2019-05-16 21:43:35 -04:00
almostserious
21f3c13df4 Update creating_component_index.md (#256)
The code blocks are above and not below the text
2019-05-16 17:43:15 +02:00