211 Commits

Author SHA1 Message Date
Eduard van Valkenburg
ce18852db3 Made the minimum Python version explicit (#130)
* Made the minimum python version explicit

With a reference to the Debian stable docs.

* moved text down below the overal group of getting started links
2018-10-17 14:41:18 +02:00
Georgi Kirichkov
c9bd65dc24 Prepend rake with bundle exec (#129)
It's highly advisable to run the bundled rake version to prevent errors like `Gem::LoadError: You have already activated rake 12.3.1, but your Gemfile requires rake 10.5.0. Prepending `bundle exec` to your command may solve this.`
2018-10-16 21:00:06 +02:00
Fréderic Kinnaer
b0d075b956 asyncio_index: clearer language (#128) 2018-10-16 16:23:11 +02:00
Pascal Vizeli
331a7df82d
Update hassio_addon_config.md 2018-10-16 12:53:31 +02:00
Ben Lebherz
3ec11e8ffe Fix a few typos/spelling (#127) 2018-10-16 08:26:22 +02:00
Paulus Schoutsen
887f701a76
Add permissions (#118)
* Add permissions

* Mention owner and explain merging
2018-10-15 13:42:17 +02:00
Franck Nijhof
06fc1e7361 Type boolean requires documentation default. (#125) 2018-10-15 13:41:10 +02:00
emontnemery
2b4977754b Update documentation_index.md (#126) 2018-10-15 13:40:45 +02:00
Ville Skyttä
979b2e5b74 Grammar fix 2018-10-14 10:57:02 +03:00
Pascal Vizeli
6f71e2b3b0
Update hassio_addon_security.md 2018-10-12 14:43:57 +02:00
Pascal Vizeli
d758cf2f38
Update hassio_addon_communication.md 2018-10-12 14:43:16 +02:00
Pascal Vizeli
e5b6ea45b7
Update hassio_addon_config.md 2018-10-12 14:42:06 +02:00
William Scanlon
78a97b937d Added water heater doc. (#113)
* Added water heater doc.

* Fixed merge error

* Added states, methods, and operation modes note.
2018-10-11 10:11:56 +02:00
cdce8p
3becc951bf Add rebase warning (#119)
* Added rebase warning

* Update message and position
2018-10-10 22:23:05 +02:00
cdce8p
b09a9ded6c Remove gitignore-example and PR note (#121)
* Remove unused gitignore-template

* Added note to base PR of of dev, not master
2018-10-10 22:21:47 +02:00
Robert Svensson
d9462eb621 Simplify locating how to add dependencies to test environment (#122) 2018-10-10 22:20:09 +02:00
Glenn Waters
0835937954 Update documentation_index.md (#116)
* Update documentation_index.md

Consolidating a bit from README.

* Update documentation_index.md
2018-10-08 12:20:40 +02:00
Fredrik Baberg
442c932a4d Update instructions for Windows (#114)
* Update instructions for Windows.

* Specify a config folder accessible from Windows.
2018-10-08 12:16:31 +02:00
Franck Nijhof
8293f0c4c0
Added float as valid configuration type 2018-10-07 13:08:17 +02:00
WofWca
5aa2e1d83c
Mention Netlify preview, move sentences 2018-10-05 20:21:49 +07:00
Franck Nijhof
644bfa7786
Merge pull request #111 from WofWca/doc-page-spelling
Spelling, wording
2018-10-05 14:52:33 +02:00
WofWca
7203b77f64
Minor improvements 2018-10-05 19:20:59 +07:00
Otto Winter
66dd109a51
Fix linkable_title artifact
Probably an artifact from the home-assistant.io days.
2018-10-04 20:06:44 +02:00
jchasey
80100629d2 Config folder location clarification (#108)
* Config folder location clarification

While this was documented elsewhere in the docs, this is the first thing I was looking for after invoking the dev environment and spent an inordinate amount of time tracking it down.

* link to user docs for clarification

link to user docs to clarify location of config files
2018-10-04 13:43:17 +02:00
Fabian Affolter
d75663199c
Add missing options (#109)
* Add missing options

* Fix link
2018-10-04 09:04:21 +02:00
Pascal Vizeli
a14f7e7cb7
Update hassio_addon_config.md 2018-10-03 17:06:12 +02:00
Franck Nijhof
a02fca3610
Added missing boolean type, updated integer. 2018-10-02 20:52:04 +02:00
WofWca
43f7b46f9d Fix the links, typos and spelling (#100) 2018-10-02 13:45:00 +02:00
Paulus Schoutsen
2f8f31c20e
Remove debugger reference in Windows install 2018-10-02 13:44:05 +02:00
cogneato
c190e72293 Add missing header for generating keys (#101) 2018-10-02 13:43:05 +02:00
Neil Crosby
502a0959f3 Instruct OSX developers to install autoconf (#103)
When running `tox` on OSX as instructed at https://developers.home-assistant.io/docs/en/development_testing.html an error is received stating `error: [Errno 2] No such file or directory: 'autoconf': 'autoconf'`. 

By installing `autoconf` via `homebrew`, this error goes away, and the `tox` tests pass. Telling OSX developers to install `autoconf` at this point in the development environment setup procedure (rather than calling it out on the testing page) seemed to make sense to me.
2018-10-02 13:33:46 +02:00
Fabian Affolter
fbfa4641e0
Update list/map (fixes #104) (#105) 2018-10-02 10:34:48 +02:00
Fabian Affolter
9e84b29dbf
Add internal (#102) 2018-10-01 22:58:24 +02:00
David De Sloovere
53d3ed9fa1 Add virtual environment info to testing (tox) doc (#98)
* Update testing info with virtual environment

Being new to python, pip and virtual environments, I tried running `tox` without activating the virtual environment. This should make it a little bit more clear for newcomers.

* Update development_testing.md

* Update development_testing.md

* Update development_testing.md
2018-10-01 15:28:41 +02:00
Tom Matheussen
e91c3d8274 Fixed IoT class link to blog (#99) 2018-10-01 15:27:24 +02:00
Otto Winter
5f42bd133f Add pressure sensor device class (#97) 2018-10-01 12:32:21 +02:00
Fabian Affolter
7ff1759487
Add additional section (#96) 2018-09-28 01:15:03 +02:00
Fabian Affolter
4b6455cb49
Use 'add_entities' instead of 'add_devices' (#95) 2018-09-28 00:26:14 +02:00
Fabian Affolter
5ba111f59a
Add 'ha_qa_scale' 2018-09-28 00:07:59 +02:00
Fabian Affolter
7e3c5c355b
Update link (#94)
* Update link

* Add the docs location (fixes #90)
2018-09-26 15:03:31 +02:00
Paulus Schoutsen
f06ed8fed0
Update integration_quality_scale_index.md 2018-09-26 14:39:48 +02:00
Paulus Schoutsen
e4ab6fdc82
Add quality scale (#92)
* Add quality scale

* Rephrase intro

* Address comments

* Add translations for sensors only

* Typo

* Few more styling tweaks

* Update integration_quality_scale_index.md

* Typo
2018-09-26 14:31:55 +02:00
cdce8p
96017841e6 Added autoconf note (#93)
* Added autoconf note

* Add autoconf to dep list
2018-09-25 15:01:01 +02:00
Pascal Vizeli
cfa9cb60c5
Update hassio_addon_communication.md 2018-09-24 15:25:56 +02:00
Pascal Vizeli
12e2fab256
Update hassio_hass.md 2018-09-24 14:36:39 +02:00
Pascal Vizeli
863f3afc23
Use new remote_api add-on (#91) 2018-09-24 14:33:14 +02:00
Paulus Schoutsen
8010308f6f
Add logging instructions 2018-09-21 11:57:50 +02:00
Pascal Vizeli
b32ec893fa
Add information for new role API access on Hass.io (#89)
* Add information for new role API access on Hass.io

* Update hassio_addon_communication.md

* Update hassio_addon_config.md

* Update hassio_addon_security.md

* Update hassio_addon_security.md
2018-09-18 21:45:46 +02:00
Pascal Vizeli
0f2b490e44
Update hassio_addon_communication.md 2018-09-18 13:47:00 +02:00
Paulus Schoutsen
08f2218cf4
Update device_registry_index.md 2018-09-18 10:44:17 +02:00