Andrew Beveridge
6b51ba828d
Fix typo in creating_integration_manifest.md ( #243 )
...
Typo
2019-04-30 11:24:06 +02:00
Paulus Schoutsen
78b893e2e1
Version bunmp to 0.92.1
2019-04-29 11:31:42 -07:00
Samuel Progin
00f767a5d3
Document the removal of Python REST API continued ( #241 )
...
* 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
* Include the deprecation information since v0.77.0
Signed-off-by: Samuel Progin <samuel.progin@gmail.com>
2019-04-29 11:30:18 -07: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
Jason Hunter
b86f4fe71b
Merge pull request #238 from shr00mie/patch-1
...
tweak to integrations link.
2019-04-25 21:39:33 -04:00
Alex
81620d4bbd
tweak to integrations link.
...
looks like our great leader got a bit too "copy pasta" happy with the links and nested manifest.json inside the integrations link. <3
2019-04-25 18:34:38 -07: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
Fabian Affolter
e1d2539e4b
0.92 ( #235 )
2019-04-25 09:28:21 +02: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
Paulus Schoutsen
7ae4c2445b
Add post about integration structure ( #221 )
...
* Add post about integration structure
* Address comments Martin
* Address comments
* Fixed
* Update links
2019-04-12 17:11:21 -07:00
Fabian Affolter
e917b02948
Upgrade docusaurus to 1.8.0 ( #220 )
2019-04-10 14:14:23 +02: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
Paulus Schoutsen
3ac344d1e9
Release 0.91.2
2019-04-07 00:16:14 -07: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
Paulus Schoutsen
cf2fe9a108
Release 0.91
2019-04-03 21:57:10 -07: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
Paulus Schoutsen
f7ab181476
Revert update video source.
2019-03-28 15:48:33 -07:00
Paulus Schoutsen
53db9d783a
Change video source.
2019-03-28 13:43:48 -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