diff --git a/atom.xml b/atom.xml index d1d2204ba6..d253a99d45 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
key
is your API key which can be obtained by viewing the Settings of the Maker Channel. It’s the last part of the URL.
key
is your API key which can be obtained by viewing the Settings of the Maker Channel. It’s the last part of the URL (e.g. https://maker.ifttt.com/use/MYAPIKEY) you will find under Settings > Account Info.
Property screen of the Maker Channel
diff --git a/components/light.yeelight/index.html b/components/light.yeelight/index.html
index dfe5dd6a23..345bddf0ff 100644
--- a/components/light.yeelight/index.html
+++ b/components/light.yeelight/index.html
@@ -76,8 +76,8 @@
192.168.1.25:
name: Living Room
transition: 1000
- use_music_mode: True (defaults to False)
- save_on_change: False (defaults to True)
+ use_music_mode: True #(defaults to False)
+ save_on_change: False #(defaults to True)
192.168.1.13:
name: Front Door
diff --git a/components/remote.itach/index.html b/components/remote.itach/index.html
index 6b21421bd0..ee7d9f1b52 100644
--- a/components/remote.itach/index.html
+++ b/components/remote.itach/index.html
@@ -66,7 +66,7 @@
The itach
remote platform allows you to control IR devices with a Global Caché iTach Device
The itach
remote platform allows you to control IR devices with a Global Caché iTach Device and GC-100 devices. The Global Cache IR API are similar accross their product line. See API documentation links at the end of this page.
To use your iTach remote in your installation, you will need to know the IR commands for your devices in Pronto hex format and add the following to your configuration.yaml
file:
# Example configuration.yaml entry
remote:
@@ -85,14 +85,14 @@
Configuration variables:
An example to call the component from developer tools using the remote, send_command service { "entity_id":"remote.tv", "device":"0", "command":"menu" }
Note: Global Cache devices expect data in their own format of “sendir…”. This component converts hex code to Global Cache IR form.
+API Docs:
+