diff options
| -rw-r--r-- | .storage/core.area_registry | 97 | ||||
| -rw-r--r-- | .storage/homeassistant.exposed_entities | 140 | ||||
| -rw-r--r-- | configuration.yaml | 4 |
3 files changed, 195 insertions, 46 deletions
diff --git a/.storage/core.area_registry b/.storage/core.area_registry index a7348bb..f70174f 100644 --- a/.storage/core.area_registry +++ b/.storage/core.area_registry @@ -5,85 +5,94 @@ "data": { "areas": [ { - "name": "Living Room", - "id": "living_room", - "picture": null, "aliases": [], - "icon": null, "floor_id": null, - "labels": [] + "icon": null, + "id": "living_room", + "labels": [], + "name": "Living Room", + "picture": null }, { - "name": "Kitchen", - "id": "kitchen", - "picture": null, "aliases": [], - "icon": null, "floor_id": null, - "labels": [] + "icon": null, + "id": "kitchen", + "labels": [], + "name": "Kitchen", + "picture": null }, { - "name": "Bedroom", - "id": "bedroom", - "picture": null, "aliases": [], - "icon": null, "floor_id": null, - "labels": [] + "icon": null, + "id": "bedroom", + "labels": [], + "name": "Bedroom", + "picture": null }, { - "name": "Hall", - "id": "hall", - "picture": null, "aliases": [], - "icon": null, "floor_id": null, - "labels": [] + "icon": null, + "id": "hall", + "labels": [], + "name": "Hall", + "picture": null }, { - "name": "Virtual", - "id": "virtual", - "picture": null, "aliases": [], - "icon": null, "floor_id": null, - "labels": [] + "icon": null, + "id": "virtual", + "labels": [], + "name": "Virtual", + "picture": null }, { - "name": "Bathroom", - "id": "bathroom", - "picture": null, "aliases": [], - "icon": null, "floor_id": null, - "labels": [] + "icon": null, + "id": "bathroom", + "labels": [], + "name": "Bathroom", + "picture": null }, { - "name": "Portable", - "id": "portable", - "picture": null, "aliases": [], - "icon": null, "floor_id": null, - "labels": [] + "icon": null, + "id": "portable", + "labels": [], + "name": "Portable", + "picture": null }, { - "name": "Guestroom", - "id": "guestroom", - "picture": null, "aliases": [], - "icon": null, "floor_id": null, - "labels": [] + "icon": null, + "id": "guestroom", + "labels": [], + "name": "Guestroom", + "picture": null }, { - "name": "KIT", - "id": "kit", - "picture": null, "aliases": [], + "floor_id": null, "icon": null, + "id": "kit", + "labels": [], + "name": "KIT", + "picture": null + }, + { + "aliases": [], "floor_id": null, - "labels": [] + "icon": null, + "id": "waldstadt", + "labels": [], + "name": "Waldstadt", + "picture": null } ] } diff --git a/.storage/homeassistant.exposed_entities b/.storage/homeassistant.exposed_entities index 624db19..a49a648 100644 --- a/.storage/homeassistant.exposed_entities +++ b/.storage/homeassistant.exposed_entities @@ -675,6 +675,146 @@ "should_expose": false } } + }, + "sensor.0x00158d0009465217_battery": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "binary_sensor.0x00158d0009465217_contact": { + "assistants": { + "conversation": { + "should_expose": true + } + } + }, + "sensor.0x00158d0009465217_device_temperature": { + "assistants": { + "conversation": { + "should_expose": true + } + } + }, + "sensor.0x00158d0009465217_power_outage_count": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "event.backup_automatic_backup": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "sensor.backup_backup_manager_state": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "sensor.backup_next_scheduled_automatic_backup": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "sensor.backup_last_successful_automatic_backup": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "sensor.backup_last_attempted_automatic_backup": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "binary_sensor.zigbee2mqtt_bridge_connection_state": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "button.zigbee2mqtt_bridge_restart": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "select.zigbee2mqtt_bridge_log_level": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "sensor.zigbee2mqtt_bridge_version": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "switch.zigbee2mqtt_bridge_permit_join": { + "assistants": { + "conversation": { + "should_expose": true + } + } + }, + "sensor.0xa4c138f102389c3b_temperature": { + "assistants": { + "conversation": { + "should_expose": true + } + } + }, + "sensor.0xa4c138f102389c3b_humidity": { + "assistants": { + "conversation": { + "should_expose": true + } + } + }, + "select.0xa4c138f102389c3b_temperature_unit": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "number.0xa4c138f102389c3b_temperature_calibration": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "number.0xa4c138f102389c3b_humidity_calibration": { + "assistants": { + "conversation": { + "should_expose": false + } + } + }, + "sensor.0xa4c138f102389c3b_battery": { + "assistants": { + "conversation": { + "should_expose": false + } + } } } } diff --git a/configuration.yaml b/configuration.yaml index 4c1a891..cec4586 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -28,10 +28,10 @@ recorder: influxdb: api_version: 2 - host: suren.me + host: 192.168.15.25 port: 8086 ssl: true - verify_ssl: true + verify_ssl: false ssl_ca_cert: /config/certs/ca.crt token: ldzUdZynt3sPfCC4YetZzD5Z9D3J-WlqKOYeTK9nooMf51ly5wbSzozhyYDII8ROhCLH-eeJuFlPWs83DS_xQg== organization: SmartPI |
