From: Giorgio Ravera Date: Sun, 21 Apr 2019 12:51:08 +0000 (+0200) Subject: Modification to pictures X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=976f55e2f7922472ef9265af7737c0c8599d4984;p=homeassistant.git Modification to pictures --- diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index dba40469..bfa5579d 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -37,7 +37,10 @@ views: - type: picture-glance title: Sala show_state: true - image: /local/rooms/sala.jpg + state_image: + "on": /local/rooms/sala_on.jpg + "off": /local/rooms/sala_off.jpg + entity: light.luce_divano entities: - light.luce_divano - light.luce_divano_bianca diff --git a/www/rooms/bagno.jpg b/www/rooms/bagno.jpg deleted file mode 100644 index 7567456a..00000000 Binary files a/www/rooms/bagno.jpg and /dev/null differ diff --git a/www/rooms/cucina_off.jpg b/www/rooms/cucina_off.jpg index d095e0d6..47ba57bb 100644 Binary files a/www/rooms/cucina_off.jpg and b/www/rooms/cucina_off.jpg differ diff --git a/www/rooms/cucina_on.jpg b/www/rooms/cucina_on.jpg index 5e036747..de66d9ea 100644 Binary files a/www/rooms/cucina_on.jpg and b/www/rooms/cucina_on.jpg differ diff --git a/www/rooms/sala.jpg b/www/rooms/sala.jpg deleted file mode 100644 index b73a09c9..00000000 Binary files a/www/rooms/sala.jpg and /dev/null differ diff --git a/www/rooms/sala_off.jpg b/www/rooms/sala_off.jpg new file mode 100644 index 00000000..05005c22 Binary files /dev/null and b/www/rooms/sala_off.jpg differ diff --git a/www/rooms/sala_on.jpg b/www/rooms/sala_on.jpg new file mode 100644 index 00000000..3c8d2974 Binary files /dev/null and b/www/rooms/sala_on.jpg differ