From 301fda672cd8f8c48978f31e9fb9011864cad844 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 8 Apr 2024 20:30:27 +0200 Subject: [PATCH] Added other BTicino relays --- .gitignore | 11 ++++++++--- devices.yaml | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 39 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f99bbba..bde3a69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ -log +# zigbee2mqtt Components database.db -secret.yaml +log/ state.json -*backup* + +# Credentials Files & Token +secret.yaml + +# VS Code +.vscode \ No newline at end of file diff --git a/devices.yaml b/devices.yaml index 4578f12..557beaf 100644 --- a/devices.yaml +++ b/devices.yaml @@ -32,8 +32,8 @@ light: value_template: null state_value_template: '{{ value_json.state }}' -'0x000474000159053e': - friendly_name: '0x000474000159053e' +'0x0004740000254d99': + friendly_name: '0x0004740000254d99' '0x0004740001583a4a': friendly_name: '0x0004740001583a4a' '0x000474000025912a': @@ -81,3 +81,32 @@ light: value_template: null state_value_template: '{{ value_json.state }}' +'0x00047400002790a6': + friendly_name: '0x00047400002790a6' + homeassistant: + switch: + type: light + object_id: light + light: + value_template: null + state_value_template: '{{ value_json.state }}' +'0x0004740000282606': + friendly_name: '0x0004740000282606' + homeassistant: + switch: + type: light + object_id: light + light: + value_template: null + state_value_template: '{{ value_json.state }}' +'0x000474000159053e': + friendly_name: '0x000474000159053e' +'0x0004740000279162': + friendly_name: '0x0004740000279162' + homeassistant: + switch: + type: light + object_id: light + light: + value_template: null + state_value_template: '{{ value_json.state }}' -- 2.47.3