Commit graph

8992 commits

Author SHA1 Message Date
Jon Maddox
5b8ec9986f add docs for Channels media player (#4842)
* add docs for Channels media player

* note about favorite channels

* Minor cleanup
2018-03-07 12:41:56 -05:00
DubhAd
0a9a9283a3
Merge pull request #4855 from Skaronator/patch-3
Update date; current state of OpenZWave and S2
2018-03-07 14:47:10 +00:00
Philipp Wensauer
c7e78ce394 Current (#4854)
* Using vectorized version.

* Vectorized it.

* Forgot to upload...
2018-03-07 15:35:55 +01:00
Niklas Wagner
b3d7794354
Update date; current state of OpenZWave and S2
Source:
- https://groups.google.com/d/msg/openzwave/nK6Pw2vwoZQ/9rXQYix2AQAJ
- https://github.com/OpenZWave/open-zwave/commits/master
2018-03-07 14:08:41 +01:00
maxclaey
4d6836d840 Added new supported devices (#4838)
Add support for switches, remotes, alarm control panels and thermostats
2018-03-07 13:40:42 +01:00
Christopher Vella
91a0bab212 Current Mi-Home app does not store the token with the db (#4844)
Added some instructions for downgrading the apk to retrieve the token. The current root method does not work with the latest version of the app. I have not tested iOS but I assume the same would be true for all platforms/methods. I suggested apkmirror because they do signed builds and we want to avoid newbies grabbing malware.
2018-03-06 23:31:04 +01:00
Niklas V
7f711ea1ea Added port 3307 to Maira DB (#4743)
Maria DB 10 have changed port from 3306 that Maria DB are using and is standard in this component. Maria DB is using port 3307 instead and that need to be added in the configuration to work. I have added a note in the description to add the port to the server_ip.
2018-03-06 23:30:39 +01:00
Christopher Vella
f77c8fe85e Added instructions for magisk based root (#4843)
* Added instructions for magisk based root

AFAIK Magisk does not integrate with Android to provide an option for shell over adb. However it does allow you to escalate privileges once in a shell.

* Minor changes
2018-03-06 23:22:36 +01:00
Alan Tse
d4dd8efbca Documenting additional sensors (#4602) 2018-03-06 23:08:04 +01:00
James Marsh
6d22893501 Add header parameter to rest_command documentation. (#4747) 2018-03-06 22:56:17 +01:00
Sebastian Muszynski
3bf0390512 Flag the device as unavailable if not reachable. (#4782) 2018-03-06 22:55:36 +01:00
Christoph Gerneth
7ac437f5ac updated documentation: show on map (#4680)
* updated documentation: show on map

* Fix type

* changed a copy-paste error
2018-03-06 22:54:35 +01:00
R Huish
98da394a61 MQTT Sensor - JSON attributes example (#4755)
* MQTT Sensor - JSON attributes example

As per discusstions https://community.home-assistant.io/t/how-to-use-json-attributes-e-g-mqtt-sensor/40790/16

* Corrected Typo

* Escaping
2018-03-06 22:37:16 +01:00
Matt F
5cd3526d56 Update docker compose examples (#4816)
The docker compose examples have you create a service called 'web', which will create web_1 docker container.  Other references within the documents say to run `docker restart home-assistant`, yet this docker container does not exist when using the docker compose examples.  Updated compose so they will have a standard name for the container that is created.
2018-03-06 22:35:31 +01:00
Ryan Mounce
a3fae56558 Update ubus documentation for optional DHCP name resolution (#4751) 2018-03-06 22:28:09 +01:00
JC Connell
23d791b0a1 Create sensor.zestimate.markdown (#4812)
* Create sensor.zestimate.markdown

Add documentation for the Zestimate sensor.

* Incorporate MartinHjelmare changes

* Remove unnecessary configuration header

* Removed code block around the configuration tags

* Minor changes
2018-03-06 22:27:22 +01:00
Marco Nuñez
f50be7c5e8 adding a method to Recovery the token (#4833)
* adding a method to Recovery the token 

The access token also can be found with the Command Line tool from miio. I tested this and works.

* Update format
2018-03-06 22:10:34 +01:00
Jerry Workman
4a88a5b148 Add systemctl daemon-reload (#4835)
* Add systemctl daemon-reload

* Minor changes

* Update format
2018-03-06 22:10:13 +01:00
Paulus Schoutsen
91972a2629 Add docs for optional words in conversation utterances (#4779) 2018-03-06 22:02:17 +01:00
Sebastian Muszynski
69005f54a3 Format of the services updated. (#4781) 2018-03-06 22:01:12 +01:00
scaarup
8ad6597d2a Update index.markdown (#4851) 2018-03-06 21:50:05 +01:00
Fabian Affolter
97b30a17f8
Fix link 2018-03-06 21:38:10 +01:00
Ville Skyttä
f73376a4da nginx proxy config updates (#4828)
* nginx_proxy: Document certfile and keyfile config vars

* nginx_proxy: Document customize variables
2018-03-06 21:21:18 +01:00
Florian Klien
1b266b18a4 nginx rev proxy minimal version 1.3.13 (#4849)
* nginx rev proxy minimal version 1.3.13

* Some other minor changes
2018-03-06 21:18:48 +01:00
Otto Winter
4ff8107c73 Fix MQTT discovery object_id docs (#4761)
* Fix MQTT discovery object_id docs

* Update format
2018-03-06 21:18:27 +01:00
Scott Prive
ca946f274d Update docker.markdown (#4815)
# add paragraph to explain how to update docker-compose.yml example for macOS
# The TZ issue wasn't specific to `boot2docker`
# Add details link for net:host vs port: conflict
# Add details link for TZ issue
2018-03-06 21:17:04 +01:00
cogneato
3217dfcc7f Change wording to locate logs (#4837)
Changed description to match UI changes for system (supervisor) log.
2018-03-06 21:15:52 +01:00
DubhAd
7965cb8b07 Changed example to ACM from USB (#4804)
Most Z-Wave sticks identify as ttyACM rather than ttyUSB - changing the example in the docs to fit what'll work for most people
2018-03-06 21:14:52 +01:00
Matt F
a303c393d9 Update Synology installation instructions (#4845)
The command to chown the directory was backwards
2018-03-06 20:37:44 +01:00
Ben Lebherz
24e2021c21 Fixes link to submit page in states documentation (#4847) 2018-03-06 20:37:06 +01:00
cogneato
73af490160 re-adding that the add-on makes use of port 80 (#4760)
I realized that the entire previous instruction should not have been removed and only the reference to port 443.
2018-03-06 11:06:07 +01:00
Henrik Nicolaisen
66b39210b1 fixed version smappee component was added in (#4764) 2018-03-06 11:04:41 +01:00
DubhAd
d808f39a21 Added PSU warning (#4820) 2018-03-06 11:03:19 +01:00
DubhAd
6527716bcc Changed the PSU link to be to the power reqs (#4821) 2018-03-06 11:01:30 +01:00
JC Connell
f180080f5e Change meters to miles line 32 (#4832) 2018-03-06 11:00:09 +01:00
Andrew Cockburn
f737974563 Update tutorial.markdown (#4841) 2018-03-06 08:32:30 +01:00
Pascal Vizeli
4cd2e5e30c
Update installation.markdown 2018-03-05 22:55:05 +01:00
Pascal Vizeli
1546a55726
Update installation.markdown 2018-03-05 22:54:44 +01:00
Mason Garrison
7dfde5e84f updated dead link (#4839) 2018-03-05 21:35:41 +01:00
Paulus Schoutsen
b0a2289db5 Add link to skill 2018-03-05 00:28:50 -08:00
Robbie Trencheny
2cac991590
Remove space that breaks pip3 command 2018-03-04 18:55:16 -08:00
Pascal Vizeli
957ada3afa
Update installation.markdown 2018-03-04 00:30:21 +01:00
Adam Mills
82a9aa1d98
Improved docs for the i18n project (#4796) 2018-03-03 11:06:10 -05:00
DubhAd
7149ad73be
Merge pull request #4817 from nsimb/patch-2
Added replace from , to . for float handling
2018-03-03 14:51:06 +00:00
DubhAd
5b0b24c302
Merge pull request #4818 from sjabby/patch-1
Update automation examples to proper formatting
2018-03-03 14:49:47 +00:00
Joakim Sørensen
d4836ea89a
Fixes wrong syntax in the newest version of hassbian-config 2018-03-03 15:43:41 +01:00
sjabby
10e9440591
Update automation examples to proper formatting
Updated the automation examples to reflect the proper climate format and listing the entity_id inside the `data:` section.
2018-03-03 13:31:10 +01:00
nsimb
e0f5d86582
Added replace from , to . for float handling
Since the website saves numbers with , the sensor ends up with "," when trying to use it in automations float does not work.
So i thought i added this if somone ells uses the example
2018-03-03 11:46:49 +01:00
DubhAd
29840a1ec4
Merge pull request #4814 from dshokouhi/patch-3
Add update section for advanced guide
2018-03-03 10:30:55 +00:00
Daniel Shokouhi
f12a872180
Add update section for advanced guide
Detail steps for the user to do a proper update.
2018-03-02 18:23:16 -08:00