I have an input boolean entity to record if I have my pool cover on, which is called input_boolean.pool_cover_on. I am trying to record a log of that information using influxDB, but when I explore my database, trying to look at the values for that entity return no results, regardless of if I try to read the state or value. I believe my InfluxDB configuration should be recording all entities:
influxdb:
host: localhost
port: 8086
database: homeassistant
username: homeassistant
password: !secret influxdb_password
max_retries: 3
default_measurement: state
precision: ms
Can someone help me with why this doesn’t seem to be working?