Influxdb in Homeassistant

Hello there,

I follow the instructions to install and configure influxdb in Homeassistant. install the influxdb , i create a database “homeassistant” and a user “homeassistant” . After that i place in configuration file :

influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: homeassistant
password: homeassistant
max_retries: 3
default_measurement: state
include:
entities:
- temperature.room
- humidity.room

The entities humidity and temperature are mqtt sensors and working fine. But when i go to influxdb -> explore to see the measurements in “homeassistant” database does not show anything. its empty.
Does anyone knows what to do net?

Thanks,
Sakis