view espNode/nightlight_ari.yaml @ 1560:c3d699b5759c

more py3 fixes Ignore-this: f212b4a5edf8e599e9efd70bc65e7651 darcs-hash:d944ca9d7d7b36c2c02529dcf9225a99c0aa1831
author drewp <drewp@bigasterisk.com>
date Fri, 14 Feb 2020 00:33:31 -0800
parents ed3d29eb989a
children
line wrap: on
line source

substitutions:
  location: ari

<<: !include esp8266_nightlight.yaml

dallas:
  - pin: GPIO5
sensor:
  - platform: dallas
    index: 0
    name: temperature

light:
  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO4
    num_leds: 16
    rgb_order: GRB
    name: "rgb16"