influxdb:
host: 192.168.1.67
port: 8086
database: homeassistant
username: homeassistant
password: xxxxx
ssl: true
verify_ssl: true
max_retries: 3
default_measurement: state
include:
domains:
- sensor
``* i have several :
sensor.temperature1
sensor.temperature2 etc
as you can see in config i called up sensor , but in the "Explore" under homeassistant.autogen no data appear "no sensors selected". My question: do i have to from domains to entities for all sensor.temperatures, which shall be included in the database?