add doorstatus_ts
parent
f3a6cecbc0
commit
5a237e8c81
|
@ -7,6 +7,9 @@ variables:
|
||||||
doorstatus:
|
doorstatus:
|
||||||
topic: c3re/hhdst
|
topic: c3re/hhdst
|
||||||
cast: bool
|
cast: bool
|
||||||
|
doorstatus_ts:
|
||||||
|
topic: c3re/hhdst_tsu
|
||||||
|
cast: int
|
||||||
clubraum_temp:
|
clubraum_temp:
|
||||||
topic: c3re/clubraumtemp
|
topic: c3re/clubraumtemp
|
||||||
cast: float
|
cast: float
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"issue_report_channels": ["email"],
|
"issue_report_channels": ["email"],
|
||||||
"state": {
|
"state": {
|
||||||
"open": "{{doorstatus}}",
|
"open": "{{doorstatus}}",
|
||||||
"lastchange": "{{doorstatus#timestamp}}",
|
"lastchange": "{{doorstatus_ts}}",
|
||||||
"icon": {
|
"icon": {
|
||||||
"open": "https://c3re.de/doorstatus/open.png",
|
"open": "https://c3re.de/doorstatus/open.png",
|
||||||
"closed": "https://c3re.de/doorstatus/closed.png"
|
"closed": "https://c3re.de/doorstatus/closed.png"
|
||||||
|
|
Loading…
Reference in New Issue