You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got around 500 warnings at HA restart. Seems that the naming of entities from somfy2MQTT is not compliant with HA rules about naming
2023-08-05 13:37:37.589 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT device name is equal to entity name in your config {'name': 'Maison', 'unique_id': 'GppQIq6y52qsY30KQGXRs4G9ByV0yZmv_Maison', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/state', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/command', 'payload_arm_away': 'armed', 'payload_arm_night': 'partial', 'payload_disarm': 'disarmed', 'value_template': Template<template=({{ value_json.security_level }}) renders=0>, 'device': {'identifiers': ['GppQIq6y52qsY30KQGXRs4G9ByV0yZmv'], 'manufacturer': 'Somfy', 'model': 'Somfy Home Alarm', 'name': 'Maison', 'sw_version': 'SomfyProtect2MQTT', 'connections': []}, 'code_arm_required': False, 'code_disarm_required': False, 'enabled_by_default': True, 'code_trigger_required': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_trigger': 'TRIGGER', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'payload_arm_custom_bypass': 'ARM_CUSTOM_BYPASS', 'command_template': Template<template=({{action}}) renders=0>, 'payload_arm_vacation': 'ARM_VACATION', 'retain': False, 'payload_arm_home': 'ARM_HOME'}, this is not expected. Please correct your configuration. The entity name will be set to null
2023-08-05 13:37:37.614 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Maison Siren', 'unique_id': 'GppQIq6y52qsY30KQGXRs4G9ByV0yZmv_Maison', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/siren/command', 'device': {'identifiers': ['GppQIq6y52qsY30KQGXRs4G9ByV0yZmv'], 'manufacturer': 'Somfy', 'model': 'Somfy Home Alarm', 'name': 'Maison', 'sw_version': 'SomfyProtect2MQTT', 'connections': []}, 'payload_on': 'panic', 'payload_off': 'stop', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren'
2023-08-05 13:37:37.619 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin shutter_state', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_shutter_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.shutter_state }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'opened', 'state_off': 'closed', 'payload_on': 'shutter_open', 'payload_off': 'shutter_close', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/shutter_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Shutter_state'
2023-08-05 13:37:37.626 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin night_mode_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_night_mode_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.night_mode_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/night_mode_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Night_mode_enabled'
2023-08-05 13:37:37.632 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin auto_protect_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_auto_protect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.auto_protect_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/auto_protect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_protect_enabled'
2023-08-05 13:37:37.639 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin sound_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_sound_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.sound_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/sound_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_enabled'
2023-08-05 13:37:37.647 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin prealarm_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_prealarm_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.prealarm_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/prealarm_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Prealarm_enabled'
2023-08-05 13:37:37.651 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin snapshot', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_snapshot', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'optimistic': True, 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/snapshot/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Snapshot'
2023-08-05 13:37:37.657 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin detection_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_detection_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.detection_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/detection_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Detection_enabled'
2023-08-05 13:37:37.664 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin led_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_led_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.led_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/led_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Led_enabled'
2023-08-05 13:37:37.670 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin sound_recording_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_sound_recording_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.sound_recording_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/sound_recording_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_recording_enabled'
2023-08-05 13:37:37.678 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin siren_on_camera_detection_disabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_siren_on_camera_detection_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.siren_on_camera_detection_disabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/siren_on_camera_detection_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_on_camera_detection_disabled'
2023-08-05 13:37:37.683 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin hdr_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_hdr_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.hdr_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/hdr_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Hdr_enabled'
2023-08-05 13:37:37.689 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin lighting_state', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_lighting_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.lighting_state }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'True', 'state_off': 'False', 'payload_on': 'light_on', 'payload_off': 'light_off', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/lighting_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_state'
2023-08-05 13:37:37.694 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin auto_rotate_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_auto_rotate_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.auto_rotate_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/auto_rotate_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_rotate_enabled'
2023-08-05 13:37:37.702 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin lighting_wired', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_lighting_wired', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.lighting_wired }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/lighting_wired/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_wired'
2023-08-05 13:37:37.709 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin siren_disabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_siren_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.siren_disabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/siren_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_disabled'
2023-08-05 13:37:37.716 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin human_detect_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_human_detect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.human_detect_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/human_detect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Human_detect_enabled'
2023-08-05 13:37:37.723 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree shutter_state', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_shutter_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.shutter_state }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'opened', 'state_off': 'closed', 'payload_on': 'shutter_open', 'payload_off': 'shutter_close', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/shutter_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Shutter_state'
2023-08-05 13:37:37.725 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree night_mode_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_night_mode_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.night_mode_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/night_mode_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Night_mode_enabled'
2023-08-05 13:37:37.732 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree auto_protect_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_auto_protect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.auto_protect_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/auto_protect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_protect_enabled'
2023-08-05 13:37:37.734 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree sound_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_sound_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.sound_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/sound_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_enabled'
2023-08-05 13:37:37.736 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree prealarm_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_prealarm_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.prealarm_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/prealarm_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Prealarm_enabled'
2023-08-05 13:37:37.738 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree snapshot', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_snapshot', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'optimistic': True, 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/snapshot/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Snapshot'
2023-08-05 13:37:37.740 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree detection_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_detection_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.detection_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/detection_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Detection_enabled'
2023-08-05 13:37:37.743 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree led_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_led_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.led_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/led_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Led_enabled'
2023-08-05 13:37:37.749 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree sound_recording_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_sound_recording_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.sound_recording_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/sound_recording_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_recording_enabled'
2023-08-05 13:37:37.751 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree siren_on_camera_detection_disabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_siren_on_camera_detection_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.siren_on_camera_detection_disabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/siren_on_camera_detection_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_on_camera_detection_disabled'
2023-08-05 13:37:37.753 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree hdr_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_hdr_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.hdr_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/hdr_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Hdr_enabled'
2023-08-05 13:37:37.755 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree lighting_state', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_lighting_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.lighting_state }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'True', 'state_off': 'False', 'payload_on': 'light_on', 'payload_off': 'light_off', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/lighting_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_state'
2023-08-05 13:37:37.757 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree auto_rotate_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_auto_rotate_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.auto_rotate_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/auto_rotate_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_rotate_enabled'
2023-08-05 13:37:37.762 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree lighting_wired', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_lighting_wired', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.lighting_wired }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/lighting_wired/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_wired'
2023-08-05 13:37:37.764 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree siren_disabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_siren_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.siren_disabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/siren_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_disabled'
2023-08-05 13:37:37.766 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree human_detect_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_human_detect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.human_detect_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/human_detect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Human_detect_enabled'
2023-08-05 13:37:37.772 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living shutter_state', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_shutter_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.shutter_state }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'opened', 'state_off': 'closed', 'payload_on': 'shutter_open', 'payload_off': 'shutter_close', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/shutter_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Shutter_state'
2023-08-05 13:37:37.773 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living night_mode_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_night_mode_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.night_mode_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/night_mode_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Night_mode_enabled'
2023-08-05 13:37:37.776 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living auto_protect_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_auto_protect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.auto_protect_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/auto_protect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_protect_enabled'
2023-08-05 13:37:37.781 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living sound_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_sound_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.sound_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/sound_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_enabled'
2023-08-05 13:37:37.783 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living prealarm_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_prealarm_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.prealarm_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/prealarm_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Prealarm_enabled'
2023-08-05 13:37:37.784 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living snapshot', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_snapshot', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'optimistic': True, 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/snapshot/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Snapshot'
2023-08-05 13:37:37.786 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living detection_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_detection_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.detection_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/detection_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Detection_enabled'
2023-08-05 13:37:37.792 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living led_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_led_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.led_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/led_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Led_enabled'
2023-08-05 13:37:37.793 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living sound_recording_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_sound_recording_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.sound_recording_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/sound_recording_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_recording_enabled'
2023-08-05 13:37:37.795 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living siren_on_camera_detection_disabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_siren_on_camera_detection_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.siren_on_camera_detection_disabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/siren_on_camera_detection_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_on_camera_detection_disabled'
2023-08-05 13:37:37.799 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living hdr_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_hdr_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.hdr_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/hdr_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Hdr_enabled'
2023-08-05 13:37:37.801 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living lighting_state', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_lighting_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.lighting_state }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'True', 'state_off': 'False', 'payload_on': 'light_on', 'payload_off': 'light_off', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/lighting_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_state'
2023-08-05 13:37:37.806 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living auto_rotate_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_auto_rotate_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.auto_rotate_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/auto_rotate_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_rotate_enabled'
2023-08-05 13:37:37.808 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living lighting_wired', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_lighting_wired', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.lighting_wired }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/lighting_wired/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_wired'
2023-08-05 13:37:37.810 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living siren_disabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_siren_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.siren_disabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/siren_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_disabled'
2023-08-05 13:37:37.811 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living human_detect_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_human_detect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.human_detect_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/human_detect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Human_detect_enabled'
2023-08-05 13:37:37.817 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT device name is equal to entity name in your config {'availability': [{'topic': 'zigbee2mqtt/bridge/state', 'payload_available': 'online', 'payload_not_available': 'offline'}, {'topic': 'zigbee2mqtt/Prise-E1-Bureau/availability', 'payload_available': 'online', 'payload_not_available': 'offline'}], 'availability_mode': 'all', 'command_topic': 'zigbee2mqtt/Prise-E1-Bureau/set', 'device': {'identifiers': ['zigbee2mqtt_0x00124b0024c1034f'], 'manufacturer': 'SONOFF', 'model': 'Zigbee smart plug (S26R2ZB)', 'name': 'Prise-E1-Bureau', 'sw_version': '2.0.0', 'connections': []}, 'json_attributes_topic': 'zigbee2mqtt/Prise-E1-Bureau', 'name': 'Prise-E1-Bureau', 'payload_off': 'OFF', 'payload_on': 'ON', 'state_topic': 'zigbee2mqtt/Prise-E1-Bureau', 'unique_id': '0x00124b0024c1034f_switch_zigbee2mqtt', 'value_template': Template<template=({{ value_json.state }}) renders=0>, 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The entity name will be set to null
2023-08-05 13:37:37.821 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT device name is equal to entity name in your config {'availability': [{'topic': 'zigbee2mqtt/bridge/state', 'payload_available': 'online', 'payload_not_available': 'offline'}, {'topic': 'zigbee2mqtt/Prise-E0-Cave/availability', 'payload_available': 'online', 'payload_not_available': 'offline'}], 'availability_mode': 'all', 'command_topic': 'zigbee2mqtt/Prise-E0-Cave/set', 'device': {'identifiers': ['zigbee2mqtt_0x84fd27fffe928344'], 'manufacturer': 'SONOFF', 'model': 'Zigbee two way smart switch (ZBMINI)', 'name': 'Prise-E0-Cave', 'connections': []}, 'json_attributes_topic': 'zigbee2mqtt/Prise-E0-Cave', 'name': 'Prise-E0-Cave', 'payload_off': 'OFF', 'payload_on': 'ON', 'state_topic': 'zigbee2mqtt/Prise-E0-Cave', 'unique_id': '0x84fd27fffe928344_switch_zigbee2mqtt', 'value_template': Template<template=({{ value_json.state }}) renders=0>, 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The entity name will be set to null
The text was updated successfully, but these errors were encountered:
Since new release (both HA and this add on)
I got around 500 warnings at HA restart. Seems that the naming of entities from somfy2MQTT is not compliant with HA rules about naming
2023-08-05 13:37:37.589 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT device name is equal to entity name in your config {'name': 'Maison', 'unique_id': 'GppQIq6y52qsY30KQGXRs4G9ByV0yZmv_Maison', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/state', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/command', 'payload_arm_away': 'armed', 'payload_arm_night': 'partial', 'payload_disarm': 'disarmed', 'value_template': Template<template=({{ value_json.security_level }}) renders=0>, 'device': {'identifiers': ['GppQIq6y52qsY30KQGXRs4G9ByV0yZmv'], 'manufacturer': 'Somfy', 'model': 'Somfy Home Alarm', 'name': 'Maison', 'sw_version': 'SomfyProtect2MQTT', 'connections': []}, 'code_arm_required': False, 'code_disarm_required': False, 'enabled_by_default': True, 'code_trigger_required': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_trigger': 'TRIGGER', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'payload_arm_custom_bypass': 'ARM_CUSTOM_BYPASS', 'command_template': Template<template=({{action}}) renders=0>, 'payload_arm_vacation': 'ARM_VACATION', 'retain': False, 'payload_arm_home': 'ARM_HOME'}, this is not expected. Please correct your configuration. The entity name will be set to
null
2023-08-05 13:37:37.614 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Maison Siren', 'unique_id': 'GppQIq6y52qsY30KQGXRs4G9ByV0yZmv_Maison', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/siren/command', 'device': {'identifiers': ['GppQIq6y52qsY30KQGXRs4G9ByV0yZmv'], 'manufacturer': 'Somfy', 'model': 'Somfy Home Alarm', 'name': 'Maison', 'sw_version': 'SomfyProtect2MQTT', 'connections': []}, 'payload_on': 'panic', 'payload_off': 'stop', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren'
2023-08-05 13:37:37.619 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin shutter_state', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_shutter_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.shutter_state }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'opened', 'state_off': 'closed', 'payload_on': 'shutter_open', 'payload_off': 'shutter_close', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/shutter_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Shutter_state'
2023-08-05 13:37:37.626 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin night_mode_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_night_mode_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.night_mode_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/night_mode_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Night_mode_enabled'
2023-08-05 13:37:37.632 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin auto_protect_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_auto_protect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.auto_protect_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/auto_protect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_protect_enabled'
2023-08-05 13:37:37.639 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin sound_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_sound_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.sound_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/sound_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_enabled'
2023-08-05 13:37:37.647 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin prealarm_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_prealarm_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.prealarm_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/prealarm_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Prealarm_enabled'
2023-08-05 13:37:37.651 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin snapshot', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_snapshot', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'optimistic': True, 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/snapshot/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Snapshot'
2023-08-05 13:37:37.657 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin detection_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_detection_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.detection_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/detection_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Detection_enabled'
2023-08-05 13:37:37.664 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin led_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_led_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.led_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/led_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Led_enabled'
2023-08-05 13:37:37.670 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin sound_recording_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_sound_recording_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.sound_recording_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/sound_recording_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_recording_enabled'
2023-08-05 13:37:37.678 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin siren_on_camera_detection_disabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_siren_on_camera_detection_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.siren_on_camera_detection_disabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/siren_on_camera_detection_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_on_camera_detection_disabled'
2023-08-05 13:37:37.683 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin hdr_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_hdr_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.hdr_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/hdr_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Hdr_enabled'
2023-08-05 13:37:37.689 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin lighting_state', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_lighting_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.lighting_state }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'True', 'state_off': 'False', 'payload_on': 'light_on', 'payload_off': 'light_off', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/lighting_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_state'
2023-08-05 13:37:37.694 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin auto_rotate_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_auto_rotate_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.auto_rotate_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/auto_rotate_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_rotate_enabled'
2023-08-05 13:37:37.702 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin lighting_wired', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_lighting_wired', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.lighting_wired }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/lighting_wired/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_wired'
2023-08-05 13:37:37.709 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin siren_disabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_siren_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.siren_disabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/siren_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_disabled'
2023-08-05 13:37:37.716 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Jardin human_detect_enabled', 'unique_id': '8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4_human_detect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/state', 'value_template': Template<template=({{ value_json.human_detect_enabled }}) renders=0>, 'device': {'identifiers': ['8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Jardin', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/8b4D2l3eAKaa6OtyBM9xWDiB0ZhVLbE4/human_detect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Human_detect_enabled'
2023-08-05 13:37:37.723 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree shutter_state', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_shutter_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.shutter_state }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'opened', 'state_off': 'closed', 'payload_on': 'shutter_open', 'payload_off': 'shutter_close', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/shutter_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Shutter_state'
2023-08-05 13:37:37.725 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree night_mode_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_night_mode_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.night_mode_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/night_mode_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Night_mode_enabled'
2023-08-05 13:37:37.732 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree auto_protect_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_auto_protect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.auto_protect_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/auto_protect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_protect_enabled'
2023-08-05 13:37:37.734 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree sound_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_sound_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.sound_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/sound_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_enabled'
2023-08-05 13:37:37.736 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree prealarm_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_prealarm_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.prealarm_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/prealarm_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Prealarm_enabled'
2023-08-05 13:37:37.738 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree snapshot', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_snapshot', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'optimistic': True, 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/snapshot/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Snapshot'
2023-08-05 13:37:37.740 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree detection_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_detection_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.detection_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/detection_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Detection_enabled'
2023-08-05 13:37:37.743 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree led_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_led_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.led_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/led_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Led_enabled'
2023-08-05 13:37:37.749 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree sound_recording_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_sound_recording_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.sound_recording_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/sound_recording_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_recording_enabled'
2023-08-05 13:37:37.751 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree siren_on_camera_detection_disabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_siren_on_camera_detection_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.siren_on_camera_detection_disabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/siren_on_camera_detection_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_on_camera_detection_disabled'
2023-08-05 13:37:37.753 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree hdr_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_hdr_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.hdr_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/hdr_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Hdr_enabled'
2023-08-05 13:37:37.755 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree lighting_state', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_lighting_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.lighting_state }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'True', 'state_off': 'False', 'payload_on': 'light_on', 'payload_off': 'light_off', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/lighting_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_state'
2023-08-05 13:37:37.757 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree auto_rotate_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_auto_rotate_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.auto_rotate_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/auto_rotate_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_rotate_enabled'
2023-08-05 13:37:37.762 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree lighting_wired', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_lighting_wired', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.lighting_wired }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/lighting_wired/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_wired'
2023-08-05 13:37:37.764 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree siren_disabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_siren_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.siren_disabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/siren_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_disabled'
2023-08-05 13:37:37.766 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E1 Entree human_detect_enabled', 'unique_id': 'pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47_human_detect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/state', 'value_template': Template<template=({{ value_json.human_detect_enabled }}) renders=0>, 'device': {'identifiers': ['pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E1 Entree', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/pHIfJ2oPnY7KOnsIdUwMW2eOIYCxDA47/human_detect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Human_detect_enabled'
2023-08-05 13:37:37.772 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living shutter_state', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_shutter_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.shutter_state }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'opened', 'state_off': 'closed', 'payload_on': 'shutter_open', 'payload_off': 'shutter_close', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/shutter_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Shutter_state'
2023-08-05 13:37:37.773 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living night_mode_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_night_mode_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.night_mode_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/night_mode_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Night_mode_enabled'
2023-08-05 13:37:37.776 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living auto_protect_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_auto_protect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.auto_protect_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/auto_protect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_protect_enabled'
2023-08-05 13:37:37.781 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living sound_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_sound_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.sound_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/sound_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_enabled'
2023-08-05 13:37:37.783 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living prealarm_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_prealarm_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.prealarm_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/prealarm_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Prealarm_enabled'
2023-08-05 13:37:37.784 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living snapshot', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_snapshot', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'optimistic': True, 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/snapshot/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Snapshot'
2023-08-05 13:37:37.786 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living detection_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_detection_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.detection_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/detection_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Detection_enabled'
2023-08-05 13:37:37.792 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living led_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_led_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.led_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/led_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Led_enabled'
2023-08-05 13:37:37.793 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living sound_recording_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_sound_recording_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.sound_recording_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/sound_recording_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Sound_recording_enabled'
2023-08-05 13:37:37.795 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living siren_on_camera_detection_disabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_siren_on_camera_detection_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.siren_on_camera_detection_disabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/siren_on_camera_detection_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_on_camera_detection_disabled'
2023-08-05 13:37:37.799 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living hdr_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_hdr_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.hdr_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/hdr_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Hdr_enabled'
2023-08-05 13:37:37.801 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living lighting_state', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_lighting_state', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.lighting_state }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'state_on': 'True', 'state_off': 'False', 'payload_on': 'light_on', 'payload_off': 'light_off', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/lighting_state/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_state'
2023-08-05 13:37:37.806 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living auto_rotate_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_auto_rotate_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.auto_rotate_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/auto_rotate_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Auto_rotate_enabled'
2023-08-05 13:37:37.808 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living lighting_wired', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_lighting_wired', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.lighting_wired }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/lighting_wired/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Lighting_wired'
2023-08-05 13:37:37.810 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living siren_disabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_siren_disabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.siren_disabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/siren_disabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Siren_disabled'
2023-08-05 13:37:37.811 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT entity name starts with the device name in your config {'name': 'Cam E0 Living human_detect_enabled', 'unique_id': 'yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC_human_detect_enabled', 'state_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/state', 'value_template': Template<template=({{ value_json.human_detect_enabled }}) renders=0>, 'device': {'identifiers': ['yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC'], 'manufacturer': 'Somfy', 'model': 'Somfy Outdoor Camera', 'name': 'Cam E0 Living', 'sw_version': '2.4.0 (Up to Date)', 'connections': []}, 'payload_on': 'True', 'payload_off': 'False', 'command_topic': 'somfyProtect2mqtt/GppQIq6y52qsY30KQGXRs4G9ByV0yZmv/yuGUHxDWtZkm0cipeh48KQBQ8yGUIhwC/human_detect_enabled/command', 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'availability_mode': 'latest', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The device name prefix will be stripped off the entity name and becomes 'Human_detect_enabled'
2023-08-05 13:37:37.817 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT device name is equal to entity name in your config {'availability': [{'topic': 'zigbee2mqtt/bridge/state', 'payload_available': 'online', 'payload_not_available': 'offline'}, {'topic': 'zigbee2mqtt/Prise-E1-Bureau/availability', 'payload_available': 'online', 'payload_not_available': 'offline'}], 'availability_mode': 'all', 'command_topic': 'zigbee2mqtt/Prise-E1-Bureau/set', 'device': {'identifiers': ['zigbee2mqtt_0x00124b0024c1034f'], 'manufacturer': 'SONOFF', 'model': 'Zigbee smart plug (S26R2ZB)', 'name': 'Prise-E1-Bureau', 'sw_version': '2.0.0', 'connections': []}, 'json_attributes_topic': 'zigbee2mqtt/Prise-E1-Bureau', 'name': 'Prise-E1-Bureau', 'payload_off': 'OFF', 'payload_on': 'ON', 'state_topic': 'zigbee2mqtt/Prise-E1-Bureau', 'unique_id': '0x00124b0024c1034f_switch_zigbee2mqtt', 'value_template': Template<template=({{ value_json.state }}) renders=0>, 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The entity name will be set to
null
2023-08-05 13:37:37.821 WARNING (MainThread) [homeassistant.components.mqtt.mixins] MQTT device name is equal to entity name in your config {'availability': [{'topic': 'zigbee2mqtt/bridge/state', 'payload_available': 'online', 'payload_not_available': 'offline'}, {'topic': 'zigbee2mqtt/Prise-E0-Cave/availability', 'payload_available': 'online', 'payload_not_available': 'offline'}], 'availability_mode': 'all', 'command_topic': 'zigbee2mqtt/Prise-E0-Cave/set', 'device': {'identifiers': ['zigbee2mqtt_0x84fd27fffe928344'], 'manufacturer': 'SONOFF', 'model': 'Zigbee two way smart switch (ZBMINI)', 'name': 'Prise-E0-Cave', 'connections': []}, 'json_attributes_topic': 'zigbee2mqtt/Prise-E0-Cave', 'name': 'Prise-E0-Cave', 'payload_off': 'OFF', 'payload_on': 'ON', 'state_topic': 'zigbee2mqtt/Prise-E0-Cave', 'unique_id': '0x84fd27fffe928344_switch_zigbee2mqtt', 'value_template': Template<template=({{ value_json.state }}) renders=0>, 'enabled_by_default': True, 'encoding': 'utf-8', 'payload_not_available': 'offline', 'payload_available': 'online', 'qos': 0, 'optimistic': False, 'retain': False}, this is not expected. Please correct your configuration. The entity name will be set to
null
The text was updated successfully, but these errors were encountered: