Fabian Affolter
edd35b2414
Add documentation for counter component ( #3250 )
...
* Add documentation for counter component
* Fix typos
2017-08-29 21:54:26 +02:00
githubbuh
2d9d267e13
icon behavior when name is also specified ( #3272 )
...
expanded the icon narrative to indicate expected behavior with both name and icon are provided.
2017-08-29 21:47:04 +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
Paulus Schoutsen
7653ebf721
Release 0.52.1
2017-08-28 09:21:43 -07:00
Mattias Ryrlén
6f959cd162
Update z-wave.markdown ( #3262 )
...
* Update z-wave.markdown
spent way to long time to find this, so thought about document it down.
* Minor change
2017-08-28 11:22:01 +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
Paulus Schoutsen
0dee2c22d9
Update events.markdown
2017-08-27 16:07:08 -07: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
Paulus Schoutsen
1ba86e8b08
Fix canonical urls and blog post dates
2017-08-27 14:30:57 -07:00
Greg Stevenson
371245a261
Typo fix on scripts page ( #3265 )
2017-08-27 21:33:39 +02: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
Olaf Conradi
e43d637b2a
clarify that the pin numbers are from BCM mode ( #3264 )
...
This took me a long time to figure out why it did not work.
2017-08-27 19:57:56 +02:00
Phil Cole
86107b8755
Spelling correction ( #3254 )
2017-08-27 12:57:48 +02:00
Nicolas Quiénot
c2db0fa354
fix "Retrieving the Access Token" broken link ( #3259 )
2017-08-27 12:51:34 +02:00
Jeremy Bunting
17f394fbb0
minor typo correction ( #3256 )
...
'Developers' was misspelled.
2017-08-27 12:45:54 +02:00
boojew
db01226983
Update isy994.markdown ( #3255 )
2017-08-27 12:44:09 +02:00
Fabian Affolter
90ff89c97f
Escape templates, convert titles to links, and other fixes
2017-08-27 11:44:50 +02:00
Fabian Affolter
348c8b2270
Add new articles
2017-08-27 11:39:55 +02:00
mattie47
fb744131e5
Update media_player.braviatv.markdown ( #3257 )
...
Updated instructions for those using Sony Bravia TVs older than 2013.
This text is actually quite generic, however only applies to users with a Raspberry Pi or similar device which has HDMI-CEC functionality built in.
Source of rewritten content:
- from https://community.home-assistant.io/t/turning-a-tv-on-off-via-kodi-cec-libreelec-no-hass-device-attached/5944/2
- https://community.home-assistant.io/t/turning-a-tv-on-off-via-kodi-cec-libreelec-no-hass-device-attached/5944/3
2017-08-27 11:39:30 +02:00
Franck Nijhof
374295a788
Hotfix of Liquid exception, thrown by TravisCI: Unknown tag
2017-08-26 23:38:53 +02:00
Tom Howe
adb6fea5df
Update debugging.markdown ( #3249 )
...
Added example ssh command - it's not obvious that you need to log in as root!
2017-08-26 23:29:29 +02:00
mauriciobonani
cd431654d9
Add LIFX to note about transition ( #3252 )
2017-08-26 23:13:01 +02:00
cdce8p
50ff5dec28
Added doc for controlling two or more covers at once ( #3013 )
...
* Added doc for controlling two or more covers at once
Unresolved issues:
- open_covers only available when all covers are closed -> Possible fix: allow third state for value_template (half open)
- position value in detailed view are either 0 (closed) or 100 (open), neverthanless set_position works as intended
* Added sensor and icon support
* Added raw tags
* Fix error
Received invalid cover is_on state: . Expected: open, closed, true, false
* Raw tags, Linkable title and assume_state
Assume state allows buttons to alwalys be enabled if PR is accepted.
* Update escaping
2017-08-26 22:31:33 +02:00
Franck Nijhof
0b3f8afee3
Hotfix of Liquid exception, thrown by TravisCI: Unknown tag
2017-08-26 22:27:38 +02:00
PhracturedBlue
c5e9165258
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:17:18 +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
Paulus Schoutsen
53928f87d2
Add state_with_unit info
2017-08-26 12:35:54 -07:00
Paulus Schoutsen
59a6bfcac3
Update media_player.bluesound.markdown
2017-08-26 12:11:19 -07:00
Phil Cole
f5451f64a3
Fix missing closed bracket in example code ( #3251 )
2017-08-26 21:07:14 +02:00
Fabian Affolter
6393624484
Update details
2017-08-26 19:46:33 +02:00
Fabian Affolter
af1fff90ae
Add defaults
2017-08-26 19:30:18 +02:00
Fabian Affolter
6bba7f9cfd
Fix markdown for the table
2017-08-26 19:22:46 +02:00
Paulus Schoutsen
a05af2b752
Merge branch 'current' into next
2017-08-26 10:07:46 -07:00
Paulus Schoutsen
7d3a472aca
Add travis_wait
2017-08-26 10:07:35 -07:00
Fabian Affolter
a1efe5b111
Revert "Add documentation for the counter component"
...
This reverts commit 1df450750d
.
2017-08-26 19:01:49 +02:00
Fabian Affolter
1df450750d
Add documentation for the counter component
2017-08-26 18:57:08 +02:00
Paulus Schoutsen
8833982fe6
Update dependencies ( #3245 )
...
* Update dependencies
* Remove more things we don't need
2017-08-26 09:49:44 -07: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