├── LICENSE.txt ├── README.fr.md ├── README.md ├── images ├── box.jpg ├── box_sensor.jpg ├── circuit_rain_detector.png ├── sensor.png └── station.jpg ├── libraries └── scripts │ └── flashing.yaml ├── network.yaml ├── raindetector.yaml └── secrets.yaml /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/README.fr.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/README.md -------------------------------------------------------------------------------- /images/box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/images/box.jpg -------------------------------------------------------------------------------- /images/box_sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/images/box_sensor.jpg -------------------------------------------------------------------------------- /images/circuit_rain_detector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/images/circuit_rain_detector.png -------------------------------------------------------------------------------- /images/sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/images/sensor.png -------------------------------------------------------------------------------- /images/station.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/images/station.jpg -------------------------------------------------------------------------------- /libraries/scripts/flashing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/libraries/scripts/flashing.yaml -------------------------------------------------------------------------------- /network.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/network.yaml -------------------------------------------------------------------------------- /raindetector.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/raindetector.yaml -------------------------------------------------------------------------------- /secrets.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hugokernel/esphome-rain-detector/HEAD/secrets.yaml --------------------------------------------------------------------------------