Commit graph

6882 commits

Author SHA1 Message Date
Gunnar Helgason
06a8d2aff6 Add docs for the Geofency device tracker (#3230)
* Added docs for the Geofency device tracker

* spelling and grammar fixes

* fix mistake in config sample, owntracks -> geofency

* version number bump
2017-09-02 21:16:56 +02:00
Nicholas Sielicki
efb1efc8de directv: document extended discovery changes (#3128)
DirecTV Genie/RVU client/slave boxes can now be found via the discovery
component.

Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>
2017-09-02 21:13:27 +02:00
Andrey
5715c2007f Update frontend_creating_custom_ui.markdown (#3275) 2017-09-01 16:07:20 -04:00
Benji
8f72d36e63 Where to find token on iOS devices themselves. (#3276)
Useful if jailbroken and you don't want to make a backup to retrieve tokens.
2017-09-01 16:02:00 -04:00
Addo Solutions
b6e145f3cf Feature/central scene documentation (#3288)
* Updating scene_activated to include scene_data

* Adding note about CentralScene

* Adding note about zwcfg

* Removing home seer notes and removing technical information

* Adding HomeSeer specific notes.

* Going back to pre-k to learn punctuation

Also tweaking a few bit of the examples and a few other silly mistakes

* Removing level extension from the zwave item
2017-09-01 21:41:46 +02:00
Fabian Affolter
4e6d53e331
Minor changes 2017-09-01 15:34:45 +02:00
happyleavesaoc
e054732d73 add mopar sensor doc (#3281) 2017-09-01 14:13:49 +02:00
Sergey Isachenko
b0caec9c90 Hass Markdown for Tesla component. (#3273)
* Hass Markdown for Tesla component.

* Markdown fixed. Tesla logo added

* Spelling fixed.

* Fixes again

* Changes as @MartinHjelmare requested.
2017-08-31 10:29:47 -05:00
Kris Molendyke
6570b1fc33 Add Tank Utility (#3243) 2017-08-31 10:56:54 +02:00
Fabian Affolter
d68f928161
Remove line breaks and create list of configuration vars 2017-08-30 20:55:59 +02:00
Jeff McGehee
126cab9311 Add Bayesian Binary Sensor documentation (#3268)
* Add Bayesian Binary Sensor documentation

Why:

* I have a PR that is in progress on the main Hass repo.

This change addresses the need by:

* `binary_sensor.bayesian.markdown` in the `_components` directory.

* bump to proper release, add more info about the `observation` configuration.
2017-08-30 20:42:35 +02:00
TheCellMC
4eb8146680 Add hassio note (#3280) 2017-08-30 19:35:43 +02:00
Lukas Barth
8cc10dc110 Add documentation for max_age (#3125) 2017-08-30 19:34:52 +02:00
Mister Wil
e0b9681ef8 Abode Cloud Push and new components (#3224)
* Changed abode sensors to Cloud Push. Added additional binary sensors. Added lock, cover, and switches. Added abode logo to all pages.

* Fixed typo's.
2017-08-30 13:24:34 +02:00
Fabian Affolter
edd35b2414 Add documentation for counter component (#3250)
* Add documentation for counter component

* Fix typos
2017-08-29 21:54:26 +02:00
Ludeeus
b87dd28e72 Netatmo update MD (#3269)
* Updated screenshots

Updated screenshots to match the new netamo dev portal.

* Updated MD for Netatmo

- Corrected a typo
- Changed refereces from API to client id, to match the dev portal
- Changed refereces from secret key to client secret, to match the dev portal
2017-08-29 09:59:46 +02:00
mjj4791
44474e5342 prevent 502 errors caused by apache port-reuse (#3267)
Without the 'disableeuse=On' configured, Apache will try to reuse tcp ports even when these ports were closed by home assistant (tcp FIN was sent). When Apache tries to use such a port, no answer will come from home assistant, causing Apache to respond with a HTTP 502 error.

With this option turned on, the situation will not occur (since ports will not be reused).
2017-08-28 11:17:24 +02:00
Andrey
fbbe3e5305 Allow specifying custom html urls to load (#3260)
* Update frontend.markdown

* Update frontend.markdown
2017-08-27 14:51:22 -07:00
Paulus Schoutsen
d5c2e819f0 Update mycroft.markdown 2017-08-27 14:49:33 -07:00
Paulus Schoutsen
6cc8ec8d2f Update notify.mycroft.markdown 2017-08-27 14:49:00 -07:00
Brian Hopkins
34a1dcb40d Updating for new mycroft notify (#3253)
* Updating for new mycroft notify

added mycroft notify documentation

* Adding mycroft logo

Adding mycroft logo

* Add files via upload

adding mycroft logo

* Update notify.mycroft.markdown

* Create mycroft.markdown

* Update mycroft.markdown

* Update notify.mycroft.markdown

* Update notify.mycroft.markdown

* Update mycroft.markdown

* Update mycroft.markdown
2017-08-27 14:44:15 -07:00
Daniel Høyer Iversen
a0985dde6c Merge pull request #3266 from syssi/feature/sensor_wleak.aq1
Xiaomi gateway: Device support for the Aqara Water Leak Sensor
2017-08-27 21:31:21 +02:00
EmitKiwi
4ce531fbe4 Documentation mysensor nodes (#3236)
* Update mysensors.markdown

* Update mysensors.markdown

* Update mysensors.markdown

* Update mysensors.markdown

* Added description for entity_id
2017-08-27 20:45:17 +02:00
Sebastian Muszynski
91c0e891a2 Xiaomi gateway: Device support for the Aqara Water Leak Sensor (sensor_wleak.aq1) added. 2017-08-27 20:41:29 +02:00
Franck Nijhof
374295a788
Hotfix of Liquid exception, thrown by TravisCI: Unknown tag 2017-08-26 23:38:53 +02:00
PhracturedBlue
2fafa3c9ef Optimistic Mode (was 'Timed cover') (#2948)
* Open/Close/Stop are now optional

* typo

* Document timed-moves and optimistic mode

* Update cover.template.markdown

* Remove timed-movement
2017-08-26 22:12:40 +02:00
Fabian Affolter
52a33ddde3
Move instructions down 2017-08-26 13:47:54 +02:00
Fabian Affolter
db6aa5e0b0
Link to instructions 2017-08-26 13:42:19 +02:00
Fabian Affolter
9224600683
Address comments from
https://github.com/home-assistant/home-assistant/issues/9135
2017-08-26 13:08:53 +02:00
Fabian Affolter
00f9cf7cd6
Add more to intro 2017-08-26 13:00:41 +02:00
Fabian Affolter
63cf989b52
Improve guides 2017-08-26 12:59:06 +02:00
Fabian Affolter
b1ec41b03b
Move instructions to component 2017-08-26 12:52:22 +02:00
Fabian Affolter
290d3645fa
Some more improvements 2017-08-26 12:48:26 +02:00
Fabian Affolter
b21fb7a5c9
Fix typo 2017-08-26 12:44:07 +02:00
Fabian Affolter
3c8b317da2
Remove blank lines 2017-08-26 12:43:25 +02:00
Fabian Affolter
2385b618a2
Minor changes to format 2017-08-26 12:43:03 +02:00
Fabian Affolter
cc44067d07
Fix Markdown 2017-08-26 12:05:02 +02:00
Sebastian Muszynski
bbcaf1c8f5 Section added with a simplified way to extract the token from rooted android devices. (#3247) 2017-08-26 12:02:59 +02:00
JudgeDredd
8e8fbfb9e3 fix template-trigger link (#3244)
link does not go to template-trigger header. This is probably due to the getting-started redirect not respecting the tag
2017-08-26 12:00:03 +02:00
Martin Hjelmare
e91ea480a9 Add section on message validation for mysensors (#3218)
* Add section on message validation for mysensors

* Fix spelling and grammar
2017-08-26 09:27:44 +02:00
Paulus Schoutsen
c50e63fad9 Update 2017-08-26-release-0-52.markdown 2017-08-25 23:31:37 -07:00
Paulus Schoutsen
e091b8e70e Update components pic 2017-08-25 23:07:19 -07:00
Paulus Schoutsen
0d851cff54 Merge pull request #3239 from home-assistant/release-0.52
0.52
2017-08-25 23:02:29 -07:00
Paulus Schoutsen
2b8e24606f Add release blog post 2017-08-25 23:02:12 -07:00
Pascal Vizeli
1d6a92f726 Update nginx_proxy.markdown 2017-08-25 22:51:39 +02:00
Pascal Vizeli
6ba0931497 Update mariadb.markdown 2017-08-25 22:50:17 +02:00
Fabian Affolter
8543f48e79 Add configuration variables (fixes #3234) (#3240) 2017-08-25 13:06:53 +02:00
mukundv
77d60c7325 Updated the sensor examples. (#3237)
* Updated the sensor examples.

Corrected the sensor examples to include the updated attributes.

* Updated the attributes template

Changed the template to get the correct time_in_state and wifi_signal_strength
2017-08-25 10:38:30 +02:00
Fabian Affolter
518dbd7b89
Merge branch 'current' into next 2017-08-25 10:03:26 +02:00
Fabian Affolter
1a4231a0d8
Minor changes 2017-08-24 18:21:36 +02:00