stelford / home-assistant_inkbird

Home Assistant Support for Inkbird IBS-TH1 Thermometer/Humidity Sensoir
Apache License 2.0
33 stars 21 forks source link

How to Add multiple sensors #2

Closed electromitter closed 4 years ago

electromitter commented 4 years ago

Can u give me an example to add 2 sensors to the configuration.yaml

stelford commented 4 years ago

sure.. sorry, I haven't been around these parts much lately. It's jst the same as adding in any multiple sensor to home assisstant really..

sensor:
  - platform: inkbird
    mac: '90:e2:02:9b:45:3a'
    name: 'Cians Room'
    scan_interval: 120
    monitored_conditions:
      - temperature
      - humidity
  - platform: inkbird
    mac: '90:e2:02:9b:4b:64'
    name: 'Kats Room'
    scan_interval: 120
    monitored_conditions:
      - temperature
      - humidity
  - platform: inkbird
    mac: '90:e2:02:99:cd:ae'
    name: 'Our Room'
    scan_interval: 120
    monitored_conditions:
      - temperature
      - humidity
  - platform: inkbird
    mac: '90:e2:02:99:be:3b'
    name: 'Outside'
    scan_interval: 120
    monitored_conditions:
      - temperature
      - humidity