From 4ca96657932660ec7d3bd9b0b14bd580b83343be Mon Sep 17 00:00:00 2001 From: Oscar Bolmsten Date: Tue, 11 Dec 2018 08:57:29 +0100 Subject: [PATCH 1/3] Fix copy paste error (#100) --- esphomeyaml/components/sensor/wifi_signal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/components/sensor/wifi_signal.rst b/esphomeyaml/components/sensor/wifi_signal.rst index 4f9ecb006..c7e2cff2a 100644 --- a/esphomeyaml/components/sensor/wifi_signal.rst +++ b/esphomeyaml/components/sensor/wifi_signal.rst @@ -26,7 +26,7 @@ measured in decibels. These values are always negative and the closer they are t Configuration variables: ------------------------ -- **name** (**Required**, string): The name of the hall effect sensor. +- **name** (**Required**, string): The name of the WiFi signal sensor. - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``15s``. See :ref:`sensor-default_filter`. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. From 86257d90303aad9c4a00c0452d6a274f3f565477 Mon Sep 17 00:00:00 2001 From: Adriaan Peeters Date: Sat, 15 Dec 2018 10:54:26 +0100 Subject: [PATCH 2/3] Add Wikipedia link to tz database zones list (#105) --- esphomeyaml/components/time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/components/time.rst b/esphomeyaml/components/time.rst index 7b8ea1dd5..bab14df10 100644 --- a/esphomeyaml/components/time.rst +++ b/esphomeyaml/components/time.rst @@ -25,7 +25,7 @@ Configuration variables: - **id** (**Required**, :ref:`config-id`): Specify the ID of the time for use in lambdas. - **timezone** (*Optional*, string): Manually tell esphomelib what timezone to use with `this format - `__ (warning: the format is quite complicated). + `__ (warning: the format is quite complicated) or the simpler `TZ database name `__ in the form /. esphomeyaml tries to automatically infer the timezone string based on the timezone of the computer that is running esphomeyaml, but this might not always be accurate. - **servers** (*Optional*, list of strings): Choose up to 3 NTP servers that are used for the clock source. From 4143a11c8a599e3f9c664a7734bdf83fda57e6a0 Mon Sep 17 00:00:00 2001 From: Oscar Bolmsten Date: Sat, 15 Dec 2018 11:09:56 +0100 Subject: [PATCH 3/3] Add pins for Shelly 2 (#103) --- esphomeyaml/devices/sonoff.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/esphomeyaml/devices/sonoff.rst b/esphomeyaml/devices/sonoff.rst index 429bab1e1..47967a361 100644 --- a/esphomeyaml/devices/sonoff.rst +++ b/esphomeyaml/devices/sonoff.rst @@ -286,6 +286,16 @@ Shelly 1 GPIO4, Relay, GPIO5, SW Input, +Shelly 2 +-------- + +.. pintable:: + + GPIO4, Relay #1, + GPIO5, Relay #2, + GPIO12, SW Input #1, + GPIO14, SW Input #2, + See Also --------