diff --git a/esphomeyaml/components/binary_sensor/index.rst b/esphomeyaml/components/binary_sensor/index.rst index 31a5d42fa..39a196011 100644 --- a/esphomeyaml/components/binary_sensor/index.rst +++ b/esphomeyaml/components/binary_sensor/index.rst @@ -269,7 +269,6 @@ presses. then: - logger.log: "Double Clicked" - timing: - - OFF for 1s to 2s - ON for 1s to 2s - OFF for at least 0.5s then: diff --git a/esphomeyaml/components/sensor/total_daily_energy.rst b/esphomeyaml/components/sensor/total_daily_energy.rst index 1bfb8ea79..3c6f5ee6d 100644 --- a/esphomeyaml/components/sensor/total_daily_energy.rst +++ b/esphomeyaml/components/sensor/total_daily_energy.rst @@ -17,7 +17,6 @@ daily energy usage in ``Wh`` or ``kWh``. # Example configuration entry sensor: - platform: total_daily_energy - pin: 12 name: "Total Daily Energy" power_id: my_power diff --git a/esphomeyaml/components/sensor/xiaomi_miflora.rst b/esphomeyaml/components/sensor/xiaomi_miflora.rst index 228c8b6a7..de4f7b61f 100644 --- a/esphomeyaml/components/sensor/xiaomi_miflora.rst +++ b/esphomeyaml/components/sensor/xiaomi_miflora.rst @@ -69,6 +69,8 @@ Configuration variables: Setting Up Devices ------------------ +Before you can even scan for the MiFlora sensor, you need to activate it using the Flower Care app. Set it up there and you'll be able to discover it. + To set up Xiaomi MiFlora devices you first need to find their MAC Address so that esphomelib can identify them. So first, create a simple configuration without any ``xiaomi_miflora`` entries like so: diff --git a/esphomeyaml/guides/getting_started_command_line.rst b/esphomeyaml/guides/getting_started_command_line.rst index 23e07560f..5ab155b8d 100644 --- a/esphomeyaml/guides/getting_started_command_line.rst +++ b/esphomeyaml/guides/getting_started_command_line.rst @@ -41,7 +41,7 @@ file called ``livingroom.yaml``: esphomeyaml livingroom.yaml wizard # On Docker: - docker run --rm -v "`pwd`":/config -it ottowinter/esphomeyaml livingroom.yaml wizard + docker run --rm -v ${PWD}:/config -it ottowinter/esphomeyaml livingroom.yaml wizard .. note:: diff --git a/esphomeyaml/guides/getting_started_hassio.rst b/esphomeyaml/guides/getting_started_hassio.rst index 85da2a001..7f365a462 100644 --- a/esphomeyaml/guides/getting_started_hassio.rst +++ b/esphomeyaml/guides/getting_started_hassio.rst @@ -59,7 +59,8 @@ there are three basic actions you can perform: The Hass.io Add-On is currently not capable of discovering new USB ports after the add-on has started due to some docker restrictions. Please go to the add-on details page - and restart the add-on if a new USB device is not automatically found. + and restart the add-on if a new USB device is not automatically found. If the USB device + is still not found, try changing the USB cable and restarting the add-on. - **COMPILE**: This command compiles the firmware and gives you the option of downloading the generated binary so that you can upload it yourself from your computer. @@ -106,7 +107,7 @@ to the configuration like this: name: "Living Room Dehumidifier" pin: 5 -In above example, we're simply adding a switch that's called "Living Room Relay" (could control +In above example, we're simply adding a switch that's called "Living Room Dehumidifier" (could control anything really, for example lights) and is connected to the pin ``GPIO5``. Now if you have `MQTT