From 9a35f8fb8ca7ac66751c44bedcb14f3927004718 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 13 Jun 2018 10:57:34 +0200 Subject: [PATCH] ADS1115 and TSL2561 should work now --- esphomeyaml/components/sensor/ads1115.rst | 6 ------ esphomeyaml/components/sensor/tsl2561.rst | 5 ----- 2 files changed, 11 deletions(-) diff --git a/esphomeyaml/components/sensor/ads1115.rst b/esphomeyaml/components/sensor/ads1115.rst index 488b5f0bd..4928c1eef 100644 --- a/esphomeyaml/components/sensor/ads1115.rst +++ b/esphomeyaml/components/sensor/ads1115.rst @@ -1,12 +1,6 @@ ADS1115 Sensor ============== -.. warning:: - - This integration currently doesn't seem to work with certain chips and I'm waiting for my own ADS1115 to arrive - to diagnose the issue. If you're experiencing issues too and want to help out, please set the - :ref:`log level ` to ``VERY_VERBOSE`` and send me some logs. Thanks! - The ``ads1115`` sensor allows you to use your ADS1115 sigma-delta ADC sensors (`datasheet `__, `Adafruit`_) with esphomelib. First, setup a :doc:`ADS1115 Hub ` for your ADS1115 sensor and then use this diff --git a/esphomeyaml/components/sensor/tsl2561.rst b/esphomeyaml/components/sensor/tsl2561.rst index dcefb3eb0..208c02b7b 100644 --- a/esphomeyaml/components/sensor/tsl2561.rst +++ b/esphomeyaml/components/sensor/tsl2561.rst @@ -1,11 +1,6 @@ TSL2561 Ambient Light Sensor ============================ -.. warning:: - - This sensor is experimental has not been fully tested yet as I do not own all sensors. If you - can verify it works (or if it doesn't), please notify me on `discord `__. - The ``tsl2561`` sensor platform allows you to use your BH1750 (`datasheet `__, `Adafruit`_)