]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Moved version sensor to lovelace configuration
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 5 Feb 2022 13:38:06 +0000 (14:38 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 21 Feb 2022 20:53:25 +0000 (21:53 +0100)
README.md
sensor/home_assistant.yaml

index af37e065806f074c1da683699c22019a8a916a81..2bb4d2e2563c130b68af02ab61986bb8e32fe7d2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ My server is an Intel NUC (NUC5i5RYH) with [XCP-ng Hypervisor](https://xcp-ng.or
 * [button-card](https://github.com/custom-cards/button-card)
 * [card-mod](https://github.com/thomasloven/lovelace-card-mod)
 * [Darkish Theme](https://github.com/78wesley/Home-Assistant-Darkish-Theme)
+* [fold-entity-row](https://github.com/thomasloven/lovelace-fold-entity-row)
 * [hui-element](https://github.com/thomasloven/lovelace-hui-element)
 * [layout-card](https://github.com/thomasloven/lovelace-layout-card)
 * [Lovelace Swipe Navigation](https://github.com/maykar/lovelace-swipe-navigation)
@@ -66,6 +67,7 @@ My server is an Intel NUC (NUC5i5RYH) with [XCP-ng Hypervisor](https://xcp-ng.or
   * Sony Bravia
   * SpeedTest
   * UPNP
+  * Version (local)
 * Restart Home Assistant
 
 ## Editor
index 9f50bb3cad5c9ad9834cc6b7c3e4865d12ffc89f..5b21b98f8cb3c9ec061148a06adf154a1ee1aa34 100644 (file)
         {% elif is_state('input_boolean.home_mode_away', 'on') %}
           mdi:airplane-takeoff
         {% endif %}
-
-######################################################################
-# Sensor: Home Assistant version
-######################################################################
-
-- platform: version
-  name: "Home Assistant: Current Version"
-  source: local
-
-#- platform: version
-#  name: "Home Assistant: Latest Version"
-#  source: container
-#  scan_interval: 21600
-