Hey,
i add this to my configuration.yaml
sensor:
- platform: qnap
host: 192.168.31.176
username: admin
password: admin
monitored_conditions:- status
- cpu_usage
- memory_percent_used
- network_tx
- volume_percentage_used
now i get all the info here
what i need to make in order to make it as nice icon at my HA?
i try to make it as a group but this is not working
qnap:
entities:
- status
- cpu_usage
- memory_percent_used
- network_tx
- volume_percentage_used
Thank you! From a frustrated guy from HA