├── README.md ├── display.jpg ├── display2.jpg ├── images └── weather1 │ ├── clear-night.png │ ├── cloudy.png │ ├── exceptional.png │ ├── fog.png │ ├── hail.png │ ├── lightning-rainy.png │ ├── lightning.png │ ├── partly-cloudy.png │ ├── partly-cloudyN.png │ ├── pouring.png │ ├── rainy.png │ ├── snowy-rainy.png │ ├── snowy.png │ ├── sunny.png │ ├── windy-variant.png │ └── windy.png ├── includes ├── iTouch.yaml └── iTouch2.yaml ├── sensor_ha ├── forecast_5days.yaml └── forecast_8hours.yaml ├── wt32sc01a.yaml └── wt32sc01b.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/README.md -------------------------------------------------------------------------------- /display.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/display.jpg -------------------------------------------------------------------------------- /display2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/display2.jpg -------------------------------------------------------------------------------- /images/weather1/clear-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/clear-night.png -------------------------------------------------------------------------------- /images/weather1/cloudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/cloudy.png -------------------------------------------------------------------------------- /images/weather1/exceptional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/exceptional.png -------------------------------------------------------------------------------- /images/weather1/fog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/fog.png -------------------------------------------------------------------------------- /images/weather1/hail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/hail.png -------------------------------------------------------------------------------- /images/weather1/lightning-rainy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/lightning-rainy.png -------------------------------------------------------------------------------- /images/weather1/lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/lightning.png -------------------------------------------------------------------------------- /images/weather1/partly-cloudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/partly-cloudy.png -------------------------------------------------------------------------------- /images/weather1/partly-cloudyN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/partly-cloudyN.png -------------------------------------------------------------------------------- /images/weather1/pouring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/pouring.png -------------------------------------------------------------------------------- /images/weather1/rainy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/rainy.png -------------------------------------------------------------------------------- /images/weather1/snowy-rainy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/snowy-rainy.png -------------------------------------------------------------------------------- /images/weather1/snowy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/snowy.png -------------------------------------------------------------------------------- /images/weather1/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/sunny.png -------------------------------------------------------------------------------- /images/weather1/windy-variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/windy-variant.png -------------------------------------------------------------------------------- /images/weather1/windy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/images/weather1/windy.png -------------------------------------------------------------------------------- /includes/iTouch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/includes/iTouch.yaml -------------------------------------------------------------------------------- /includes/iTouch2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/includes/iTouch2.yaml -------------------------------------------------------------------------------- /sensor_ha/forecast_5days.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/sensor_ha/forecast_5days.yaml -------------------------------------------------------------------------------- /sensor_ha/forecast_8hours.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/sensor_ha/forecast_8hours.yaml -------------------------------------------------------------------------------- /wt32sc01a.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/wt32sc01a.yaml -------------------------------------------------------------------------------- /wt32sc01b.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krunkel/wt32sc01-with-esphome/HEAD/wt32sc01b.yaml --------------------------------------------------------------------------------