Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #################################################
- ### KONFIG ENCJI I AUTOMATYKI
- #################################################
- input_number:
- 0_cfg_nightime:
- name: 0_cfg_nightime
- min: 0
- max: 1
- step: 1
- automation:
- - id: auto_noc_dzien
- trigger:
- - <TU DAJ TRIGGER NP. CZASOWY/Z SENSORA NOC/DZIEŃ
- action:
- - service: input_number.set_value
- data_template:
- entity_id: input_number.0_cfg_nightime
- value: "{% if <TU PODAJ SWÓJ WARUNEK NA NOC> %}1{% else %}0{% endif %}"
- #################################################
- ### LOVELACE - PRZYKŁADOWA KARTA Z WYKRESEM
- #################################################
- - type: custom:mini-graph-card
- name: "Temperatura"
- entities:
- - sensor.2_off_temperature
- - entity: input_number.0_cfg_nightime
- color: "#444444"
- show_line: false
- show_points: false
- show_legend: false
- y_axis: secondary
- group: true
- hours_to_show: 48
- points_per_hour: 1
- hour24: true
- decimals: 1
- animate: true
- show:
- points: false
- extrema: true
- fill: fade
- color_thresholds_transition: smooth
- color_thresholds:
- - value: 17
- color: "#00d9d9"
- - value: 22
- color: "#ff8000"
- - value: 27
- color: "#ff2626"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement