From 6e5e5159f01d5e3d8764d9140ca36ff7e3b47a85 Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Fri, 20 Jul 2018 12:20:59 +0200 Subject: [PATCH] forgot to customize workday_tomorrow --- customize.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/customize.yaml b/customize.yaml index dfcebb61..34ac6c64 100644 --- a/customize.yaml +++ b/customize.yaml @@ -466,7 +466,20 @@ binary_sensor.workday_today: return "Nein"; } binary_sensor.workday_tomorrow: - friendly_name: Ist Morgen ein Arbeitstag? + friendly_name: Ist Morgen ein Arbeitstag? + templates: + icon: > + if ( state === 'on' ) { + return "mdi:briefcase"; + } else if ( state === 'off' ) { + return "mdi:beach"; + } + state: > + if ( state === 'on' ) { + return "Ja"; + } else if ( state === 'off' ) { + return "Nein"; + } ################################################################# ## Android IP Webcam #################################################################