335 Commits

Author SHA1 Message Date
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
Paulus Schoutsen
09533e5de6
Update hassio_addon_presentation.md 2019-04-15 10:41:18 -07:00
cgtobi
72a0885edb Commit message in imperative (#224)
Suggest to use the imperative mood in the subject line.
2019-04-15 10:13:38 -07:00
Pascal Vizeli
9be71cfc60
Fix builder link (#223) 2019-04-15 11:34:35 +02:00
Joakim Sørensen
297ab10da2 Rewording for entity registry (#222)
* Rewording to better fit the current structure.

* Format light as `light`

* Ads "e.g.," before "light"
2019-04-14 07:35:29 -07:00
Robbie Trencheny
1b74b4e024
Fix commands to all be top level 2019-04-10 00:25:20 -07:00
Pascal Vizeli
2e2524ea7b
Update hassio_addon_security.md 2019-04-09 23:41:02 +02:00
Pascal Vizeli
095e784e65 Update Hass.io developer informations (#219)
* Update Hass.io developer informations

* Add apparmor
2019-04-09 08:45:55 -07:00
dreed47
fb0607b956 Update hassio_debugging.md to better explain how to access host system if needed (#179)
* Update hassio_debugging.md

* added instructions for accessing the container bash

* ✏️ Tweaks

* Update hassio_debugging.md

* provided more details about Hass.io Architecture
2019-04-09 12:13:21 +02:00
Paulus Schoutsen
cd7dd3e477
Add source to module auth image 2019-04-08 08:47:03 -07:00
Jorim Tielemans
01c17a3e36 Fix stream api url (#217) 2019-04-08 10:39:49 +02:00
Robbie Trencheny
fcad7a61e4 Mobile App Documentation Improvements (#213)
* Update app_integration_sending_data.md

* Provide detailed connection workflow

* Add more docs
2019-04-07 00:14:58 -07:00
Paulus Schoutsen
ba924f7330
Docs to talk about intregrations (#215)
* Add manifest docs

* Talk about integrations

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Address comments

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Address comments

* Final comment

* Mention codeowners script
2019-04-06 20:08:49 -07:00
Alvi Mahadi
950fabe2bd add diagram for mfa auth workflow (#216) 2019-04-06 09:08:39 -07:00
Robbie Trencheny
67b9a5299d Add docs about The Manifest File (#214)
* Add docs about The Manifest File

* Remove stale line

* Update docs/development_checklist.md
2019-04-04 21:21:00 -07:00
Markus Jankowski
4d408992c6 Add signal_strength to device_class of sensor (#212)
* Add signal_strength to device_class of sensor

See home-assistant/architecture#165
Relates to home-assistant/home-assistant#22738

* Fix typo
2019-04-04 21:42:23 -04:00
Markus Jankowski
40fc0f5a3d add device_class_power to sensor (#211) 2019-04-03 21:52:25 -07:00
Andrew Sayre
f9a778e93d Update component check list to describe MVP (#207)
* Update component code review

* Fix broken link

* Feedback updates

* More review feedback

* Remove large size

* Clarify test language
2019-03-30 21:06:37 -07:00
carstenschroeder
17c6ca6c71 use the builtin asyncio function run_coroutine_threadsafe (#210)
This asyncio util function is legacy from when we ran Python 3.4.
2019-03-29 16:53:27 -07:00
Clifford W. Hansen
3f97ef4793 Update entity_media_player.md (#209)
Added media_content_type function definition
2019-03-27 21:20:24 -07:00
Anders Melchiorsen
2fcdbf8941 Clarify events (#206) 2019-03-26 16:07:45 -07:00
Joakim Sørensen
fe43a10d9b Embedded platforms (#205)
* Update example to follow the embedded structure

* Update example to follow the embedded structure
2019-03-21 14:53:59 -07:00
Paulus Schoutsen
28cf775d53 Require component for IQS silver level (#204) 2019-03-20 21:21:14 +01:00
Alan Tse
6d97e4d7df Fix typo in lifecycle (#203)
Signed-off-by: Alan Tse <alandtse@gmail.com>
2019-03-20 13:59:03 +01:00
Yof
e9c657e941 Dev 0.91 needs some extra tox dependencies to run (#200)
* Dev 0.89 needs some extra tox dependencies to run 

This is based on an issue as seen here https://github.com/home-assistant/home-assistant/issues/22068.

* Update development-environment.md based on C.R.

Included the changes needed to run on Windows and Mac. The extra command for OS X is not tested (I am not able to work with OS X).

* Update development_environment.md
2019-03-17 05:00:22 -07:00
Fabian Affolter
1dfe5ca953
Remove gemnasium 2019-03-17 12:21:07 +01:00
Paulus Schoutsen
f3c7e43baf
Update auth_permissions.md (#197) 2019-03-12 22:09:59 -07:00
Paulus Schoutsen
3d955997a1
Update auth_permissions.md 2019-03-12 19:16:39 -07:00
Paulus Schoutsen
8c8667f076 Add user permissions blog 2019-03-11 17:30:08 -07:00
Paulus Schoutsen
1e16612d56
Update auth_permissions.md (#195) 2019-03-11 11:02:40 -07:00
Pascal Vizeli
9fd4219332
Add arch to example 2019-03-10 22:03:14 +01:00
Pascal Vizeli
60ed6f9b6b
Force set arch 2019-03-10 22:00:24 +01:00
Jose A. Jiménez
556de9a6cd duplicate word (#196) 2019-03-09 11:15:35 -08:00