<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Lovelace Text rechts (&quot;An&quot; &#x2F; &quot;Aus&quot;) komplett ausblenden?]]></title><description><![CDATA[<p dir="auto">Servus zusammen,</p>
<p dir="auto">kann mir Jemand dabei helfen diese blöde an aus Meldung an der rechten Seite zu entfernen?<br />
Das Haus Symbol soll bei Anwesenheit gelb sein und bei Abwesenheit eben nicht.</p>
<p dir="auto"><img src="/assets/uploads/files/1785754040307-opera-momentaufnahme_2026-08-03_124700_192.168.178.75.png" alt="Opera Momentaufnahme_2026-08-03_124700_192.168.178.75.png" class=" img-fluid img-markdown" /></p>
<pre><code> - type: entities
    state_color: true
    entities:
      - entity: binary_sensor.devices_S23_Ultra_von_M
        name: Michael
        secondary_info: last-changed
        state_header: ''
        icon: mdi:home
      - entity: binary_sensor.devices_Sonja
        name: Sonja
        secondary_info: last-changed
        state_header: ''
        icon: mdi:home
      - entity: binary_sensor.Sven_IPhone
        name: Sven
        secondary_info: last-changed
        state_header: ''
        icon: mdi:home
      - entity: binary_sensor.Jessica
        name: Jessica
        icon: mdi:home
        secondary_info: last-changed
        state_header: ''
      - entity: binary_sensor.Daniel
        name: Daniel
        secondary_info: last-changed
        state_header: ''
        icon: mdi:home
</code></pre>
]]></description><link>https://forum.iobroker.net/topic/85105/lovelace-text-rechts-an-aus-komplett-ausblenden</link><generator>RSS for Node</generator><lastBuildDate>Tue, 04 Aug 2026 20:41:32 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/85105.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Aug 2026 10:49:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lovelace Text rechts (&quot;An&quot; &#x2F; &quot;Aus&quot;) komplett ausblenden? on Tue, 04 Aug 2026 16:24:56 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xbit" aria-label="Profile: XBiT">@<bdi>XBiT</bdi></a> <a href="/post/1350343">sagte</a>:</p>
<p dir="auto">auf deine entities anpassen und aktuelle Lovelace-Version</p>
</blockquote>
<p dir="auto">Danke für deine Hilfe.<br />
Aktuelle Lovelace 5.0.5 ist installiert, vorher war 4.1.15 drauf, hat leider meine halbe Visualisierung "kaputt" gemacht, habe deinen code angepasst, aber An und Aus steht noch immer da</p>
<pre><code> - type: entities
    state_color: true
    entities:
      - entity: binary_sensor.devices_S23_Ultra_von_M
        name: Michael
        secondary_info: last-changed
        icon: mdi:home
        card_mod:
          style:
            hui-generic-entity-row:
              $: |
                .text-content.value {
                  display: none;
                }
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1785858549773-opera-momentaufnahme_2026-08-04_174849_192.168.178.75.png" alt="Opera Momentaufnahme_2026-08-04_174849_192.168.178.75.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/1350414</link><guid isPermaLink="true">https://forum.iobroker.net/post/1350414</guid><dc:creator><![CDATA[tiobb]]></dc:creator><pubDate>Tue, 04 Aug 2026 16:24:56 GMT</pubDate></item><item><title><![CDATA[Reply to Lovelace Text rechts (&quot;An&quot; &#x2F; &quot;Aus&quot;) komplett ausblenden? on Mon, 03 Aug 2026 18:11:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tiobb" aria-label="Profile: tiobb">@<bdi>tiobb</bdi></a></p>
<p dir="auto">auf deine entities anpassen und aktuelle Lovelace-Version</p>
<pre><code>type: entities
entities:
  - entity: binary_sensor.IR_Kueche
    name: Küche
    card_mod:
      style:
        hui-generic-entity-row:
          $: |
            .text-content.value {
              display: none;
            }
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1350343</link><guid isPermaLink="true">https://forum.iobroker.net/post/1350343</guid><dc:creator><![CDATA[XBiT]]></dc:creator><pubDate>Mon, 03 Aug 2026 18:11:12 GMT</pubDate></item></channel></rss>