ES
Size: a a a
ES
DP
N
NL
N
CP
{{ as_timestamp("2021-04-30T02:48:59+00:00") | timestamp_custom('%R')}}
N
CP
{{ as_timestamp("2021-04-30T02:48:59+00:00") | timestamp_custom('%R') < states('sensor.time') }}
N
KN
birth_message:
topic: 'homeassistant/status'
payload: 'online'
will_message:
topic: 'homeassistant/status'
payload: 'offline'
birth_message:
topic: "hass/LWT"
payload: "Online"
qos: 1
retain: true
will_message:
topic: "hass/LWT"
payload: "Offline"
qos: 1
retain: true
KN
KN
CP
- platform: template
sensors:
value_x:
value_template: "{{ as_timestamp('сенсор.с_результатом') | timestamp_custom('%R') }}"
{{ states('sensor.value_x') < states('sensor.time') }}
N
sensor.ss_sunrise 2021-04-30T02:48:59+00:00 friendly_name: ss_sunrise
- platform: template
sensors:
templ_weather_mos:
# states.sensor.weather.moskva.attributes.temperature
value_template: "{{ state_attr('weather.moskva', 'temperature') }}"
friendly_name: 'Температура в Москве'
unit_of_measurement: '°C'
icon_template: mdi:city
templ_sunrise:
value_template: "{{ as_timestamp('sensor.ss_sunrise') | timestamp_custom('%R') }}"
templ_sunset:
value_template: "{{ as_timestamp('sensor.ss_sunset') | timestamp_custom('%R') }}"
sensor.templ_sunrise unknown friendly_name: templ_sunrise
A
NL
AK
МЕ
МЕ
A