From 033c4a2fa88804c1df3ea5a40fb354076c6712e7 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 5 Feb 2022 14:38:06 +0100 Subject: [PATCH] Moved version sensor to lovelace configuration --- README.md | 2 ++ sensor/home_assistant.yaml | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index af37e065..2bb4d2e2 100644 --- 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 diff --git a/sensor/home_assistant.yaml b/sensor/home_assistant.yaml index 9f50bb3c..5b21b98f 100644 --- a/sensor/home_assistant.yaml +++ b/sensor/home_assistant.yaml @@ -22,17 +22,3 @@ {% 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 - -- 2.47.3