Update blueprint.yaml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
blueprint:
|
blueprint:
|
||||||
name: NSPanel Configuration
|
name: NSPanel Configuration
|
||||||
description: Synchronize NSpanel Button with HA Entities and Back! And many other things!
|
description: v1.0.5 - Configuration and synchronization NSpanel
|
||||||
domain: automation
|
domain: automation
|
||||||
input:
|
input:
|
||||||
last_click:
|
last_click:
|
||||||
@@ -42,7 +42,7 @@ blueprint:
|
|||||||
selector:
|
selector:
|
||||||
text: {}
|
text: {}
|
||||||
tft_path:
|
tft_path:
|
||||||
name: Path for Nextion TFT File
|
name: Nextion TFT File Folder for the service Folder Watcher
|
||||||
description: 'TFT Path where the Nextion TFT File is stored (same NSPanel as **"last click"**) Example *"/config/www/nspanel/buero/nspanel_buero.tft"*'
|
description: 'TFT Path where the Nextion TFT File is stored (same NSPanel as **"last click"**) Example *"/config/www/nspanel/buero/nspanel_buero.tft"*'
|
||||||
default: /config/www/nspanel/buero/nspanel_buero.tft
|
default: /config/www/nspanel/buero/nspanel_buero.tft
|
||||||
selector:
|
selector:
|
||||||
@@ -71,6 +71,15 @@ blueprint:
|
|||||||
entity:
|
entity:
|
||||||
domain:
|
domain:
|
||||||
- sensor
|
- sensor
|
||||||
|
weather:
|
||||||
|
name: Weather Integration (coming soon)
|
||||||
|
description: select our Weather Integration
|
||||||
|
selector:
|
||||||
|
select:
|
||||||
|
options:
|
||||||
|
- HA_default (Metro)
|
||||||
|
- Accuweather
|
||||||
|
|
||||||
##### Button #####
|
##### Button #####
|
||||||
entity01:
|
entity01:
|
||||||
name: Button 01 (Optional)
|
name: Button 01 (Optional)
|
||||||
@@ -549,6 +558,7 @@ variables:
|
|||||||
humidity: !input 'humidity'
|
humidity: !input 'humidity'
|
||||||
hotwatertemp: !input 'hotwatertemp'
|
hotwatertemp: !input 'hotwatertemp'
|
||||||
outdoortemp: !input 'outdoortemp'
|
outdoortemp: !input 'outdoortemp'
|
||||||
|
time: "{{ (as_timestamp(now()) | timestamp_custom('%H:%M')) }}"
|
||||||
|
|
||||||
##### Weather #####
|
##### Weather #####
|
||||||
date0: "{{ ((as_timestamp(now())) | timestamp_custom('%a %d.%m' )) | replace('Mon', 'Montag,')| replace('Tue', 'Dienstag,')| replace('Wed', 'Mittwoch,')| replace('Thu', 'Donnerstag,')| replace('Fri', 'Freitag,')| replace('Sat', 'Samstag,')| replace('Sun', 'Sonntag,') }}"
|
date0: "{{ ((as_timestamp(now())) | timestamp_custom('%a %d.%m' )) | replace('Mon', 'Montag,')| replace('Tue', 'Dienstag,')| replace('Wed', 'Mittwoch,')| replace('Thu', 'Donnerstag,')| replace('Fri', 'Freitag,')| replace('Sat', 'Samstag,')| replace('Sun', 'Sonntag,') }}"
|
||||||
@@ -557,7 +567,6 @@ variables:
|
|||||||
date3: "{{ ((as_timestamp(now()) + 259200) | timestamp_custom('%a %d.%m' )) | replace('Mon', 'Montag,')| replace('Tue', 'Dienstag,')| replace('Wed', 'Mittwoch,')| replace('Thu', 'Donnerstag,')| replace('Fri', 'Freitag,')| replace('Sat', 'Samstag,')| replace('Sun', 'Sonntag,') }}"
|
date3: "{{ ((as_timestamp(now()) + 259200) | timestamp_custom('%a %d.%m' )) | replace('Mon', 'Montag,')| replace('Tue', 'Dienstag,')| replace('Wed', 'Mittwoch,')| replace('Thu', 'Donnerstag,')| replace('Fri', 'Freitag,')| replace('Sat', 'Samstag,')| replace('Sun', 'Sonntag,') }}"
|
||||||
date4: "{{ ((as_timestamp(now()) + 345600) | timestamp_custom('%a %d.%m' )) | replace('Mon', 'Montag,')| replace('Tue', 'Dienstag,')| replace('Wed', 'Mittwoch,')| replace('Thu', 'Donnerstag,')| replace('Fri', 'Freitag,')| replace('Sat', 'Samstag,')| replace('Sun', 'Sonntag,') }}"
|
date4: "{{ ((as_timestamp(now()) + 345600) | timestamp_custom('%a %d.%m' )) | replace('Mon', 'Montag,')| replace('Tue', 'Dienstag,')| replace('Wed', 'Mittwoch,')| replace('Thu', 'Donnerstag,')| replace('Fri', 'Freitag,')| replace('Sat', 'Samstag,')| replace('Sun', 'Sonntag,') }}"
|
||||||
|
|
||||||
time: "{{ states('sensor.time') }}"
|
|
||||||
|
|
||||||
##### Buttons #####
|
##### Buttons #####
|
||||||
entity01: !input 'entity01'
|
entity01: !input 'entity01'
|
||||||
@@ -698,10 +707,8 @@ trigger:
|
|||||||
id: outdoortemp_state
|
id: outdoortemp_state
|
||||||
|
|
||||||
##### Time - Trigger #####
|
##### Time - Trigger #####
|
||||||
- platform: event
|
- platform: time_pattern
|
||||||
event_type: state_changed
|
minutes: "/1"
|
||||||
event_data:
|
|
||||||
entity_id: sensor.time
|
|
||||||
id: time_state
|
id: time_state
|
||||||
|
|
||||||
##### Button01 Sync - Trigger #####
|
##### Button01 Sync - Trigger #####
|
||||||
@@ -2879,6 +2886,7 @@ action:
|
|||||||
id:
|
id:
|
||||||
- weather_time
|
- weather_time
|
||||||
- nspanel_boot
|
- nspanel_boot
|
||||||
|
- time_state
|
||||||
##### Forcast Day 0 #####
|
##### Forcast Day 0 #####
|
||||||
sequence:
|
sequence:
|
||||||
- service: !input command_text_printf
|
- service: !input command_text_printf
|
||||||
|
|||||||
Reference in New Issue
Block a user