GMFalka
0c5b085074
Update notify.telegram.markdown ( #1740 )
...
* Update notify.telegram.markdown
"Document support" texts was saying "photos" insted of "documents". Fixed.
* Update notify.telegram.markdown
* Update notify.telegram.markdown
2017-01-09 20:46:44 +01:00
Pascal Vizeli
20f163dd5d
Merge pull request #1675 from home-assistant/upc_connect
...
Create device_tracker.upc_connect.markdown
2017-01-09 17:19:55 +01:00
Daniel Høyer Iversen
8321e8e5d3
Merge pull request #1669 from bah2830/patch-3
...
Added docs for the new ledenet protocol
2017-01-09 13:13:02 +01:00
Daniel Høyer Iversen
48c58fdfdc
Merge pull request #1672 from Giannie/next
...
Add documentation for device_id parameter
2017-01-09 13:12:26 +01:00
dasos
be46e46eba
Squeezebox port changes ( #1732 )
...
Change port information, and added note that that the config will likely need to be altered.
2017-01-08 23:17:14 +01:00
Ronald Dehuysser
7e0c42128a
Update aRest sensor docs ( #1737 )
...
Fix docs
2017-01-08 23:16:35 +01:00
brahmafear
dd33485320
Update required message types and add v2.0 ex. ( #1728 )
...
* Update required message types and add v2.0 ex.
Changed wording of section listing required message types to make more clear the necessity of sending V_STATUS messages along with V_PERCENTAGE or V_RGB messages. Also, added a MySensors v2.x example sketch which is substantially different from v.1.x. Example sketch taken from MySensors github repo with some comments removed.
* Updated example sketch
Simplified and style corrected.
* V_LIGHT changed to V_STATUS ...
Updated to use non-deprecated types. Also updated library link.
* Updated wording of type description
Updated description of which type messages to send in response to events. This is a hard requirement to fully explain, but hopefully the example sketches will provide guidance.
2017-01-08 17:50:03 +01:00
Max Rumpf
45b398c8a7
Add docs for include/exclude in recorder ( #1714 )
...
Basically a copy of #1539 , but with the changes requested (and some extra information copied from the history component).
2017-01-07 16:38:57 +01:00
brahmafear
f45e9829a4
Heartbeats section added ( #1730 )
...
* Heartbeats section added
Added basic documentation of smartSleep functionality within HA based on receiving a heartbeat signal form MySensor node.
* Heartbeat info clarified.
Heartbeat section updated based on comments.
* MyS library api link updated
Single link to access all versions of MySensors code and API reference.
2017-01-07 15:48:42 +01:00
Fabian Affolter
c84fbb2a5a
Add ping docs ( #1723 )
...
* Add ping docs
* Fix style and update wording (thanks @michaelarnauts)
2017-01-07 11:39:53 +01:00
Fabian Affolter
cecd1ff6a0
Add docs for USPS sensor ( #1722 )
2017-01-07 11:39:37 +01:00
Fabian Affolter
d6af430df8
Minor changes
2017-01-07 09:27:43 +01:00
Pascal Vizeli
b0d33fad74
Create rest_command.markdown ( #1663 )
...
* Create rest_command.markdown
* Update rest_command.markdown
* Update rest_command.markdown
* Update rest_command.markdown
* Update rest_command.markdown
* Update rest_command.markdown
2017-01-07 09:21:31 +01:00
Robbie Trencheny
741563c57e
Add fan to default exposed domains
...
Been there for a long time, I believe since fan was added...
2017-01-06 14:29:57 -08:00
Michaël Arnauts
c987173dc7
Fixed typo
2017-01-06 18:44:56 +01:00
Gianni Fontanini
b623643951
html is not valid ( #1725 )
...
changed to http
2017-01-06 16:48:59 +01:00
Michaël Arnauts
83c84afe9a
Lannouncer
2017-01-06 11:06:27 +01:00
Matthew Garrett
7afb82aea4
Docs for Tikteck bulbs ( #1716 )
...
Add documentation for the Tikteck Bluetooth bulb component
2017-01-06 10:04:50 +01:00
webworxshop
51eaf0be19
Add documentation for Kankun wifi switch. ( #1665 )
...
* Add documentation for Kankun wifi switch.
* Add documentation for missing configuration options.
2017-01-06 09:27:42 +01:00
Phileep
e6ee1f5780
Update Harmony Remote markdown ( #1662 )
...
* Update Harmony Remote markdown
Added a send_command service example
* Update remote.harmony.markdown
Added {% raw %} {% endraw %} around template code as requested
2017-01-06 09:26:36 +01:00
moskovskiy82
86c3e7e147
Update device_tracker.bluetooth_le_tracker.markdown ( #1691 )
...
AIO has different directory structure
2017-01-06 09:19:41 +01:00
Fabian Affolter
cb3cb5fecc
Update config var name
2017-01-06 09:18:10 +01:00
joopster
eea8330a8c
Add NAD documentation
2017-01-05 21:33:50 +01:00
Max Rumpf
89215bb217
Fix grammar error ( #1713 )
2017-01-05 08:21:29 +01:00
Simon Elsbrock
51590146f3
Update miflora docs: fix minor syntax errors ( #1717 )
2017-01-05 08:16:51 +01:00
Pascal Vizeli
b4cd0a5c0d
Merge pull request #1706 from doudz/tts
...
Add picotts documentation
2017-01-04 22:06:21 +01:00
Joe Lee
e872da8381
added EdgeRouter Lite SNMP OID ( #1681 )
2017-01-04 20:12:04 +01:00
Simon Elsbrock
d48262c14a
Scene component: describe limitations wrt states ( #1710 )
...
Currently the scene component only allows setting states of a single service per component. Document this limitation.
references https://github.com/home-assistant/home-assistant/issues/5123
2017-01-04 20:11:23 +01:00
Fabian Affolter
44863847fe
Fix new lines
2017-01-04 11:32:56 +01:00
techtrails
b62b4fabcd
Add base_url documentation ( #1648 )
...
Updating to add a note and example of the base_url property as it is needed for users using SSL or Docker.
2017-01-04 11:31:39 +01:00
Nathan Henrie
bbf9a79623
Update with repeats
config variable ( #1655 )
...
* Update with `repeats` config variable
See https://github.com/home-assistant/home-assistant/issues/5069
* Use `signal_repetitions` instead of `repeats`
As recommended [in PR review](https://github.com/home-assistant/home-assistant/pull/5070/files/f068781b4e60a9138473ac983d0dfa8cb74013bc ).
2017-01-04 08:25:18 +01:00
Daniel Høyer Iversen
5b263ee386
Update switch.broadlink.markdown ( #1651 )
...
* Update switch.broadlink.markdown
* Update switch.broadlink.markdown
* Update switch.broadlink.markdown
* Update switch.broadlink.markdown
2017-01-04 08:24:49 +01:00
Adam Mills
999558435d
Remove http:// from example Kodi config ( #1670 )
2017-01-04 08:22:58 +01:00
Thibault Cohen
7a6bb7b355
Update AquosTV documentation ( #1692 )
...
Add power_on_enabled parameter documentation
2017-01-04 08:21:48 +01:00
m4tek
92dee9f19d
Added in new supported TV to the list (TX-49DX650B) ( #1709 )
2017-01-04 08:19:16 +01:00
Brian J King
04e111372d
Fixing broken formatting on Alexa component page ( #1685 )
...
Fixes broken formatting on [Alexa Component Page](https://home-assistant.io/components/alexa/ ) flash briefing skill
2017-01-03 20:11:48 +01:00
Eric Thompson
6f31eef44d
fix "Sonos" typo in discovery docs ( #1684 )
2017-01-03 20:10:50 +01:00
LightIsLife
3ed332e8b3
AiO install requires "pip install lxml" ( #1686 )
...
In addition to the added packages, it is necessary to install lxml within the virtual environment if AiO install has been chosen (I did not verify with other installs). Otherwise HASS will not start and not give any error messages when device_tracker with Fritz is used.
2017-01-03 19:50:53 +01:00
Georgi Kirichkov
07ee743baa
Updates alarm_control_panel Example ( #1688 )
...
The example was out of date using 'platform: state' in the condition, instead of 'condition: state'
2017-01-03 19:49:13 +01:00
Huw Davies
a1de0cd920
Renamed service in description ( #1695 )
...
Units variable description still referred to forecast.io rather than Dark Sky
2017-01-03 19:48:17 +01:00
Joeboyc2
a827eb3e15
Final Example was incorrect ( #1702 )
...
i have updated the example as this was not working in my config
2017-01-03 19:44:52 +01:00
Joeboyc2
c48b484265
Updated Configuration variables text ( #1704 )
...
The text for the configuration variables was not relevent to the listed variables.
i have updated it in my own words, happy for this to be changed to conform to other documents, are there other variables to be added?
2017-01-03 19:41:51 +01:00
doudz
7122112ee5
Add files via upload
2017-01-03 16:45:51 +01:00
Jim Rollenhagen
37fa5aa2e1
Fix formatting error in Samsung TV component docs
2017-01-01 14:59:00 -05:00
Petr Vraník
862b666152
Update hdmi_cec.markdown
2017-01-01 13:05:23 +01:00
Johann Kellerman
bf0ba65f8f
Update sensor.sma.markdown
2016-12-31 10:18:21 +02:00
chris-thorn
ce743ec933
Changed "sensor.sab_..." to "sensor.sabnzbd_..." ( #1679 )
2016-12-30 20:42:33 +01:00
MrMep
aaf4f7b052
Update keyboard_remote.markdown ( #1677 )
...
The option name is "type", not "key_value", see source.
2016-12-30 20:40:41 +01:00
chris-thorn
f7a97eb0c9
Corrected code block formatting for yaml in step 8 ( #1678 )
2016-12-30 20:39:56 +01:00
Pascal Vizeli
44dd7d3714
Create device_tracker.upc_connect.markdown
2016-12-30 14:58:08 +01:00