367 Commits

Author SHA1 Message Date
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
Pascal Vizeli
e84638c9b5 Clerify use case of async_added_to_hass (#255) 2019-05-16 05:40:27 +02:00
Tomer Figenblat
950ab7307d Fixed argument name in the example. (#251) 2019-05-08 20:20:13 -07:00
Pascal Vizeli
9fe71d2dc0
Update hassio_debugging.md 2019-05-07 16:19:03 +02:00
Pascal Vizeli
6768e01b3d
Update hassio_debugging.md 2019-05-07 16:18:42 +02:00
pp81381
359b6334b3 Update development_testing.md (#249)
I found that in the absence of the package constraints, the pip3 install command in the testing outside of tox section caused problems.
2019-05-06 09:49:09 +02:00
Andrew Sayre
42c1e2ca8e
Merge pull request #248 from ktnrg45/add-media-type-app
Add media type app
2019-05-05 18:52:55 -05:00
Phill Price
8da8014458
Fix Typo 2019-05-03 13:16:30 +01:00
ktnrg45
540ccbb4af
Add media type app 2019-05-02 23:40:29 -07:00
Joakim Plate
7ac43cbfcf Add device classes to switch (#246)
https://github.com/home-assistant/home-assistant/pull/23149
2019-05-02 13:03:27 -07:00
Klaas Schoute
20b83a48bd ✏️ Add note about using the redirect_from (#242)
* ✏️ Add note about using the redirect_from

* Remove section.
2019-04-30 18:51:46 +02:00
John Evans
dc16cefd94 Make hassio_addon_security.md more readable (#244)
Here are several changes to this file to make it more readable in English.
2019-04-30 09:26:41 -07:00
Razafintsialonina Ny Andrianina Mamy
f203b9642e
[DOCS] Fix typo 2019-04-30 15:31:38 +03:00
Andrew Beveridge
6b51ba828d Fix typo in creating_integration_manifest.md (#243)
Typo
2019-04-30 11:24:06 +02:00
luismonge1192
b30087d9e4 Added properties entities and methods (#228)
* Added properties entities and methods

* Fix formatting, remove extraneous text

* Added more classes and methods

* Removed State attributes from properties

* Removed unnecessarily exposed methods from doc

* Added methods turn_off and turn_on

* Add backticks/replace LightDevice w ToggleEnity

Will added is_on soon

* Added is_on

* Fixed methods
2019-04-29 11:29:17 -07:00
Angie1313
fe8b3005a7 changes (#240) 2019-04-29 10:15:54 -07:00
Paulus Schoutsen
bc8d368c98 Update dev checklist 2019-04-29 10:05:14 -07:00
galsom
bf33376221 Update internationalization_custom_component_localization.md (#202)
* Update internationalization_custom_component_localization.md

After creating a custom sensor implementation and trying to translate the returned states to Dutch, I noticed that Hass is looking for a file called sensor.nl.json instead of platformname.nl.json in the .translations folder.

* Minor changes
2019-04-29 10:00:57 +02:00
Samuel Progin
0f59916a5b Document the removal of Python REST API (#239)
* Document the removal of the removal of Python REST API even in current versions

Signed-off-by: Samuel Progin <samuel.progin@gmail.com>

* Minor changes
2019-04-29 09:40:51 +02:00
Paulus Schoutsen
f3b488e30c
Update creating_integration_manifest.md 2019-04-25 16:06:31 -07:00
Joakim Plate
828b881060 Add device classes to media player (#236) 2019-04-25 13:11:50 -07:00
Colin Frei
8db47da494 Make versioning clearer (#230) 2019-04-25 09:17:43 +02:00
Paulus Schoutsen
6f547a4217
Add remotely_accessible to media player (#234)
* Add remotely_accessible to media player

* Update docs/entity_media_player.md

Co-Authored-By: balloob <paulus@home-assistant.io>
2019-04-24 20:59:02 -07:00
David Beitey
cc718e1286 Correct formatting of PyPI (#232) 2019-04-23 23:46:41 -07:00
David Beitey
cfb3e668b4 Integration manifest docs: fix JSON, update cmds (#233)
This adds a few fixes and updates to the Integration Manifest documentation, including fixing invalid JSON (eg using single quoted string rather than double-quotes), adds a missing `-e` to the pip install command and updates the version of `pychromecast` used by the Cast platform.
2019-04-23 23:45:47 -07:00
Pascal Vizeli
7c90a682df
Rename config 2019-04-23 21:34:35 +02:00
Pascal Vizeli
25276edeae
Update ingress panel integration (#231) 2019-04-23 14:57:31 +02:00
Angie1313
d05ac6be94 added fan doc (#229)
* added fan doc

* Fix methods formatting

* Formatting
2019-04-18 13:40:58 -07:00
Robbie Trencheny
c1898d87f4
Fix registration URL 2019-04-17 20:57:33 -07:00
willgreenberg
d994b636b4 Add Climate documentation (#227)
* Added properties and methods to Climate documentation

* Add attributes, services, states, and supported features to Climate doc

* add missing Climate properties, states, and supported features info
2019-04-17 11:04:46 -07:00
Fredrik Baberg
52b61e4296 Correct spelling of "Assistant" (#226) 2019-04-16 11:12:32 +02:00