Commit graph

8900 commits

Author SHA1 Message Date
Sebastian Muszynski
d799127e30 Xiaomi MiIO Light: Flag the device as unavailable if not reachable (#4699)
* Configuration key "model" and "xiaomi_miio_set_delayed_turn_off" service added.

* Service parameter renamed.

* New device model (philips.light.zyceiling) added.

* Service parameter updated.

* Format of the services updated.
Configuration schema added.

* Missing supported device added.
2018-03-09 10:30:33 -08:00
Bertbert
1886934894 Add ‘unit_system’ configuration variable (#4469)
* Add ‘unit_system’ configuration variable

* Update sensor.fitbit.markdown
2018-03-09 10:30:33 -08:00
karlkar
4a852f8c04 Added support for multiple onvif profiles (#4445)
* Added support for multiple onvif profiles

Related to pull request https://github.com/home-assistant/home-assistant/pull/11651

* ✏️ Spelling & grammar fixes

* Removed info about profile data in attribute

Removed information about profile data in attributes, as it is not going to be implemented.
2018-03-09 10:30:32 -08:00
Jeroen ter Heerdt
87aa9fed2c Redesign of Egardia component and platform. (#4803)
* Updating docs related to PR #11994.

* Update binary_sensor.egardia.markdown

* Update binary_sensor.egardia.markdown

* Update egardia.markdown

* Update egardia.markdown
2018-03-09 10:30:32 -08:00
Teemu R
3ec79fd74b Add sony songpal docs (#4570)
* add sony songpal docs

* use configuration, add a title for configuration section

* remove oxford comma, add link to media_player's services

* add entity_id desc for service

* be more descriptive which devices are supported

* Update songpal supported devices + bump version

* discoverY

* Update media_player.songpal.markdown

* Fix invalid syntax
2018-03-09 10:30:32 -08:00
Paulus Schoutsen
d5883f9ee1 Merge branch 'current' into next 2018-03-09 07:42:47 -08:00
Otto Winter
ada58a39cf Add light.group platform docs (#4739)
* Add Light Group platform docs

* Group Light →Light Group

* A picture tells a thousand words

* Update for Light Group default name change.

See https://github.com/home-assistant/home-assistant/pull/12962
2018-03-09 03:42:43 +01:00
Andy Shilton
7f13d4f500 Spelling mistake (#4858)
"simple" to "simply"
2018-03-07 19:21:14 -05:00
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