Ok, hört sich gut an. Das heißt mein bisheriger Eintrag zu hue wie folgt:
{
"platform": "Hue",
"name": "Hue",
"host": "192.168.192.37",
"users": {
"001788FFFE28C123": "flg9iqP3ypcp-COBeBWjxnxiiMpA1YvgR25R0cge"
},
"heartrate": 5,
"timeout": 5,
"lights": true,
"philipslights": false,
"ct": false,
"groups": false,
"group0": true,
"rooms": false,
"sensors": true,
"excludeSensorTypes": [
],
"schedules": false,
"rules": false
}
kann ich reduzieren. Ich habe nachfolgend mal gelöscht und so konfiguriert, wie ich es für richtig halte:
{
"platform": "Hue",
"name": "Hue",
"host": "192.168.192.37",
"users": {
"001788FFFE28C123": "flg9iqP3ypcp-COBeBWjxnxiiMpA1YvgR25R0cge"
},
"philipslights": true,
"excludeSensorTypes": [ "Daylight", "CLIP", "Geofence" ],
}