/esphome-cg-anem

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.

Primary LanguageC++OtherNOASSERTION

Example usage

external_components:
  - source: github://alexi-t/esphome-cg-anem@cg_anem
    components: [ cg_anem ]

sensor:
- platform: cg_anem
  temperature:
    name: "temp_dorm"
  wind_speed:
    name: "speed_dorm"
  address: 0x11
  update_interval: 10s
  i2c_id: bus_a
- platform: cg_anem
  temperature:
    name: "temp_main"
  wind_speed:
    name: "speed_main"
  address: 0x11
  update_interval: 10s
  i2c_id: bus_b