Commit graph

8312 commits

Author SHA1 Message Date
tadly
2ff654ef2b reference python-miio instead of python-mirobo (#4346) 2018-01-06 00:39:18 +01:00
Kevin Siml
3867353a4f Update Pushsafer documentation (#4345)
* Update notify.pushsafer.markdown

* Update notify.pushsafer.markdown

* Update notify.pushsafer.markdown

* Update notify.pushsafer.markdown

* Update notify.pushsafer.markdown

* Change format
2018-01-05 17:31:45 +01:00
Frantz
864e67903d Added new daikin platform (climate + sensors) (#4127)
* Create climate.daikin.markdown

* Update climate.daikin.markdown

* Update climate.daikin.markdown

* Added the entire Daikin platform and also Daikin sensors docs

* Update climate.daikin.markdown

* Update daikin.markdown

* Update sensor.daikin.markdown
2018-01-04 12:57:11 +01:00
Andrey
0c03654efa Climate: Add turn_on/turn_off services (#4306)
* Add turn_on/turn_off services

* Reword based on feedback
2018-01-03 23:11:09 +01:00
Fabian Affolter
b0b7ee801b
Merge branch 'current' into next 2018-01-03 21:36:35 +01:00
overkill32
5e3e8f59a5 Update freenas.markdown (#4307)
* Update freenas.markdown

The example provided for a chained command to mkdir /home and /home/.homeassistant was missing the second mkdir command.  A copy and paste of this example would fail.

* Update freenas.markdown

Updated mkdir commands to use '-p' option.
2018-01-03 21:34:05 +01:00
gerard33
4617568b5e Update binary_sensor.xiaomi_aqara.markdown (#4332)
Remove unnecessary spaces in table, to avoid text in table crossing the text in the right frame
2018-01-03 21:30:21 +01:00
David Shanske
07d4f48dcc Update recorder.markdown (#4321)
https://community.home-assistant.io/t/error-during-query-latin-1-codec-cant-encode-character/13630 - Better safe than sorry. Might as well always put this parameter in.
2018-01-03 21:29:44 +01:00
Mahasri Kalavala
2ad2ebce8f Update raspberry-pi.markdown (#4319) 2018-01-03 21:24:16 +01:00
gerard33
4d4c74a498 Update light.yeelight.markdown (#4331)
Updated the page as this also works for YLDD01YL lightstrip and added a link with information on how to enable the LAN mode
2018-01-03 21:05:26 +01:00
Brendon Baumgartner
ca1f2868e0 Update light.x10.markdown (#4312)
name is not optional.
2018-01-03 21:04:45 +01:00
Dave Finlay
f12f5f96ea Yamaha Receiver Documentation update for zone_names. Added information on missing configuration option ignore_zones. (#4320) 2018-01-03 21:02:39 +01:00
Ioan Loosley
105f7a269f Update device_tracker.bluetooth_le_tracker.markdown (#4318)
* Update device_tracker.bluetooth_le_tracker.markdown

* Minor changes
2018-01-03 20:58:52 +01:00
Fabian Affolter
468d91b08b
Fix escaping 2018-01-03 20:56:23 +01:00
Davide Setti
bf0c79ebdb fix a couple issues in sensor.command_line doc (#4330)
This fixes 2 issues:

- Brightness is not measured as celsius
- curly braces must be escaped with `{% raw %}`
2018-01-03 18:41:01 +01:00
Niklas
ea7d6fd1c1 typo (#4329) 2018-01-03 18:39:58 +01:00
Anders Melchiorsen
6bad36ef05 TP-Link switch LEDs are unchanged by default (#4327) 2018-01-02 20:51:24 +01:00
Dan Nixon
5d321e66f7 Update MQTT platforms that now support availablity (#4293)
To accompany changes from:
https://github.com/home-assistant/home-assistant/pull/11336

Updated platforms:
- Switch (previously supported)
- Binary sensor (previously supported)
- Cover (previously supported)
- Light
- JSON light
- Template light
- Sensor
- Alarm control panel
- Lock
- HVAC
- Fan
- Vacuum
2018-01-01 18:33:19 -08:00
Hugo Gresse
a368fcb55a Update pilight: pilight website has moved (#4316)
* Update pilight: protocol link has moved

* Fix dead pilight links
2018-01-01 19:25:11 +01:00
fenner
63ac2f27fd Fix link to "other installation guides" (#4317) 2018-01-01 19:24:12 +01:00
DubhAd
3f14409ec3 Added link to securing checklist (#4323)
Seems silly that we don't point out about setting passwords etc here, so put a link back to the securing checklist.
2018-01-01 19:19:55 +01:00
DubhAd
aa7c9192d0 Update to GHome warning (#4324)
Made it clear that emulated Hue won't work for new GHome users, and to use GA instead
2018-01-01 19:19:17 +01:00
Ana Paula Gomes
4685dbe5ba Add Samsung TV UEMU6199UXZG on media_player page (#4325)
The Samsung TV UEMU6199UXZG is recognized by Home Assistant but it needs to use port 8001 to enable the On/Off, Forward/Backward and the Volume control. The Play button is not working (it doesn't appear on the screen).
2018-01-01 19:18:29 +01:00
Kane610
943b2e3119 Add deCONZ component documentation (#3967)
* Deconz hub documentation

* Add binary sensor documentation

* Add sensor documentation

* Add light documentation

* Improve description

* Add information about HASS events from ZHASwitch buttonpresses

* Added description about how entity id naming works

* Added links to dresden elektronik, deconz and deconz rest api
Added automation examples for a IKEA Trådfri dimmer and input number
Added list of supported device types
Added lists of verified to work devices
Removed references to Axis component

* Changed description of how to generate API key

* Added information about configuration variables username and password

* Updated lists of verified devices

* Links from list of supported device to sub modules

* Remove documentation for api_key_generation since functionality has been removed

* Add documentation for configure service

* Documentation for scenes

* Bumped HASS release version to 0.59

* Added Xiaomi Aqara Smart Wireless Switch to list of verified to work devices

* Added improved automation example by simonporter007

* Added information about deCONZ configurator

* Fix raw code

* Added more lights to supported list

* Make description about entity id same in all types

* Updated installation instructions

* Added Dresden Elektroniks logo

* Added Tseels verified to work devices

* Bump ha_release string

* Added information about groups
Added additional verified lights

* Link to information about switch not being an entity on main hub page

* Improved information about switches not being normal entities

* It should be api_key not api-key

* Removed specifying deconz version

* Bump version to 0.61

* Fix typos

* Use configuration tags to describe configuration parameters

* Fix martinhjelamares comments

* Rename parameter service data attribute
2018-01-01 18:35:59 +01:00
ChristianKuehnel
da754f48b0 Added documentation for completing/updating tasks (#4186)
* Added documentation for completing/updating tasks

* extended documentation with table and examples

* fixed missing %}
2018-01-01 14:38:09 +01:00
Jeroen ter Heerdt
efa6a029ff Add support for GATE-03 version of Ergardia alarm system (#4315) 2018-01-01 02:11:47 +01:00
jorisc90
6ce5db4ad3 Update neato.markdown (#4313)
* Update neato.markdown

* Update neato.markdown

* Update neato.markdown
2017-12-31 13:28:06 +01:00
Andrej Friesen
2bd74c8a33 Add example for local image on HASS.IO (#4311)
* Add example for local image on HASS.IO

* Minor changes
2017-12-31 13:25:22 +01:00
Eamonn O'Connell
68c79e1d2c Improved zwave security network key description (#4309)
* Improved zwave security network key description

As someone adding a zwave device securely for the first time I found there were some gaps in the documentation.

* ✏️ Corrected small typo
2017-12-30 23:23:39 +01:00
Fabian Affolter
6f93457096
Add missing configuration vairable 2017-12-30 22:06:44 +01:00
Scholli
1d575113f9 Its the light's state which is changed. (#4308) 2017-12-30 21:22:16 +01:00
DubhAd
7167ab1210 Update from forum post (#4305)
https://community.home-assistant.io/t/aeotec-wallmote-quad-zw130/12100/14 provided details on the Scene data for the Aeotec Wallmote
2017-12-30 12:23:33 +01:00
tubalainen
1fcc93c26f Updated information on local API and compability (#4193)
* Updated information on local API and compability

As per requested by owner ;)

* Put it in a box

* ✏️ Small grammar & typos fixes
2017-12-30 12:22:21 +01:00
Stephen Foskett
9ca5df951c Update camera.markdown (#4146)
* Update camera.markdown

Added an example for the new camera.snapshot service with a timestamped filename (seems to be a common request).

* ✏️ Updated PR with suggestions from arsaboo
2017-12-30 12:07:01 +01:00
Andrey Kupreychik
9c599e592b GPS Logger auth section (#4253) 2017-12-30 11:05:49 +01:00
David Fiel
dceec870d8 Documentation for new TCP Lighting (Greenwave Reality) component (#4005)
* Create light.tcpbulbs.markdown

* Change Version to 0.59

* Change Configuration to correct formatting

* Removed Configuration Variables Header

* Update and rename light.tcpbulbs.markdown to light.greenwave.markdown

* Update light.greenwave.markdown

* Update light.greenwave.markdown

* 💄 Adds the Greenwave Reality logo

* 💄 Improved crop of logo
2017-12-30 11:05:14 +01:00
Benji
50587be76b Add list of supported language variables. (#4220)
* Add list of supported language variables.

* Replace supported languages list

Replaced list of supported language with a link to official list.

* ✏️ Improve link title
2017-12-30 10:39:27 +01:00
Jon Griffith
8653e43404 I was a little confused...and still may be... (#4031)
* I was a little confused...and still may be...

if I'm not mistaken, the comment I added should be true, but I was wondering if "devicename:" was actually something I was supposed to be using.

* ✏️ Corrected note styling
2017-12-30 10:29:14 +01:00
Khole
3172f9c3a4 Hive Component Release Two (#4178)
* Update documentation for hive active light colour changing light

* Updated hive climate documentation for aux heat / boost feature
2017-12-30 10:01:06 +01:00
gerard33
d2fbd11c5e Update cover.tahoma.markdown (#4304)
Yaml code was not shown correctly
2017-12-30 09:58:25 +01:00
Daniel
899331a6c6 Correct sentence (#4302)
The sentence was missing the word _inside_.
2017-12-29 22:47:51 +01:00
Fabian Affolter
359fec224a
Fix typo 2017-12-29 21:51:38 +01:00
Daniel
9a09c675a3 Fix typo: MariDB to MariaDB (#4301) 2017-12-29 21:45:44 +01:00
William Scanlon
59beeef492 Doc for EcoNet water heaters (#4299) 2017-12-29 19:06:43 +01:00
Andy Castille
309b287b9d Doorbird live view update (#4230)
* doorbird live_view option

* Change Doorbird binary sensor to Local Push after code change

* Document DoorBird events

* Remove DoorBird camera options https://github.com/home-assistant/home-assistant/pull/11193/commits/2d7d1d72e5b45bb951d0314c4b0e161c5d91d9f5
2017-12-29 09:40:08 +01:00
goldminenine
df0e395616 Update modbus.markdown (#4261)
Documentation change associated to pull request: https://github.com/home-assistant/home-assistant/pull/11238
2017-12-29 09:20:31 +01:00
Dan Nixon
1f256d6272 Add TP-Link's new logo (#4298) 2017-12-29 09:14:06 +01:00
Jeroen ter Heerdt
22e7578e5a Update alarm_control_panel.egardia.markdown (#4282)
* Update alarm_control_panel.egardia.markdown

* Update alarm_control_panel.egardia.markdown
2017-12-29 03:36:33 +01:00
Gregory Benner
bb938dd2ad add docs for sochain sensor (#4287)
* add sochain documentation

* Minimize configuration sample
2017-12-28 22:11:49 +01:00
Dan Nixon
57855e2165 Document default names for TP-Link devces (#4294)
- Document default names for smart sockets and bulbs
- Change all references to the company to "TP-Link"
2017-12-28 21:23:16 +01:00