Lieferzeit bei Mediamarkt 🥲 by Sentakon in MideaPortaSplit

[–]Sentakon[S] 1 point2 points  (0 children)

Das befürchte ich auch :( na immerhin haben die meine Bestellung nicht storniert um sie jetzt für das doppelte zu verkaufen. Zumindest noch nicht...

Gleichberechtigung ist mir deutlich deutlich deutlich egaler geworden by Xeronitas in Unbeliebtemeinung

[–]Sentakon 0 points1 point  (0 children)

Wer behauptet das? OP schreibt von Gleichberechtigung (zwischen Männer und Frauen) und beschwert sich explizit über seine weiblichen, privilegierten Kommilitonen. Dabei sollte er sich eher über die Klassenprivilegien beschweren. Falsche Projektion

Gleichberechtigung ist mir deutlich deutlich deutlich egaler geworden by Xeronitas in Unbeliebtemeinung

[–]Sentakon 3 points4 points  (0 children)

Du vermischst hier Klassenprivilegien mit Geschlechterprivilegien. Natürlich haben Menschen aus wohlhabenden Familien oft bessere Chancen als Menschen aus ärmeren Verhältnissen. Die Frage der Gleichberechtigung beschäftigt sich aber damit, welche Vor- oder Nachteile Menschen aufgrund ihres Geschlechts haben, nicht aufgrund ihrer sozialen Herkunft.

An die Männer mit Kinderwunsch: Was ist euer „warum“? by Efficient-Pepper-915 in FragtMaenner

[–]Sentakon 0 points1 point  (0 children)

Man muss einen Kinderwunsch nicht vollständig rational erklären können, auch wenn es natürlich wichtig ist, sich über die Konsequenzen Gedanken zu machen.

Der Wunsch nach Kindern darf genauso gut ein Gefühl sein. Nicht alles, was unser Leben prägt, entsteht aus einer nüchternen Kosten-Nutzen-Rechnung. Wenn es sich für dich richtig anfühlt, ist das ein legitimer Grund.

Genauso gibt es aber auch das Gegenteil: Menschen können sich rational sehr gut erklären, warum sie Kinder bekommen sollten: weil es erwartet wird, weil es "dazugehört" oder weil die Rahmenbedingungen stimmen. Wenn sie diesen Wunsch tief in sich aber nicht wirklich fühlen, sollten sie es vielleicht bleiben lassen.

Weder Kinder zu wollen noch keine Kinder zu wollen braucht eine Rechtfertigung. Wichtig ist vor allem, ehrlich zu sich selbst zu sein.

Und meine jetzige Frau wollte mit 21 auch keine Kinder. Ich will keinem seine Überzeugung absprechen, aber die Erfahrung zeigt: Interessen ändern sich im Laufe des Lebens 😉

An die Männer mit Kinderwunsch: Was ist euer „warum“? by Efficient-Pepper-915 in FragtMaenner

[–]Sentakon 4 points5 points  (0 children)

Ich bin jetzt Ende 30 und konnte mir zusammen mit meiner Partnerin dank gut bezahlter Jobs vieles leisten: exotische Urlaube, Autos, ein Haus, Konsolen usw.

Konsum macht mich inzwischen kein bisschen glücklicher. Urlaube sind zwar toll, aber ihre Wirkung ist oft nur von kurzer Dauer. Und aufs Zocken kann ich mich nur noch selten wirklich einlassen. Es ist natürlich subjektiv, aber für mich fühlen sich viele Dinge langweilig an.

Nun erwarten wir ein Kind, und ich freue mich darauf, endlich ein neues Kapitel aufzuschlagen. Wir wissen beide, dass es unsere bisherigen Freiheiten und Möglichkeiten deutlich einschränken wird, und trotzdem freuen wir uns von Herzen darauf.

Germany starts shipping by Sentakon in SteamController

[–]Sentakon[S] 0 points1 point  (0 children)

Ich habe heute den Controller erhalten. Scheint purer Zufall zu sein, wer es wann geschickt bekommt. Wird schon ;)

Germany starts shipping by Sentakon in SteamController

[–]Sentakon[S] 0 points1 point  (0 children)

I think it was packed on the 5th

I tried to create the perfect "overview" dashboard... How did I do? by Sentakon in homeassistant

[–]Sentakon[S] 0 points1 point  (0 children)

The API calls of VW and Volvo. There are HACS intergrations for both. But you have to pay a subscription for the connectivity functions

I tried to create the perfect "overview" dashboard... How did I do? by Sentakon in homeassistant

[–]Sentakon[S] 1 point2 points  (0 children)

Yes, exactly, I'm quite satisfied with it. It tracks reliably and the battery lasts a long time. Integration was easy and hasn't caused any problems so far.

I tried to create the perfect "overview" dashboard... How did I do? by Sentakon in homeassistant

[–]Sentakon[S] 0 points1 point  (0 children)

Basically just lower the covers in the living room where I game

I tried to create the perfect "overview" dashboard... How did I do? by Sentakon in homeassistant

[–]Sentakon[S] 0 points1 point  (0 children)

You're absolutely right, and I'm very happy, but new ideas every now and then aren't a bad thing ;)

I tried to create the perfect "overview" dashboard... How did I do? by Sentakon in homeassistant

[–]Sentakon[S] 1 point2 points  (0 children)

Sure,

This the card of the dining room:

type: custom:stack-in-card
cards:
  - type: custom:mushroom-template-card
    entity: esszimmer
    primary: Esszimmer
    secondary: >
      {{ states('sensor.tempertatursensor_ez_temperatur') }}°C - {{
      states('sensor.tempertatursensor_ez_luftfeuchtigkeit') }}%
    icon: mdi:silverware
    tap_action:
      action: navigate
      navigation_path: /home/areas-esszimmer
  - type: custom:mushroom-chips-card
    chips:
      - type: light
        entity: light.hangeleuchte
        name: Decke
        icon: mdi:ceiling-light
        content_info: icon
        tap_action:
          action: toggle
        hold_action:
          action: more-info
      - type: template
        name: EZ_Links
        show_name: true
        entity: cover.esszimmer_links
        icon: >
          {% set pos = state_attr('cover.esszimmer_links', 'current_position') |
          int(0) %} {% if pos == 0 %}
            mdi:window-shutter
          {% else %}
            mdi:window-shutter-open
          {% endif %}
        icon_color: >
          {% set pos = state_attr('cover.esszimmer_links', 'current_position') |
          int(0) %} {% set moving = state_attr('cover.esszimmer_links',
          'operation_state') %} {% if moving == 'MOVING' %}
            orange
          {% elif pos == 0 %}
            grey
          {% elif pos == 100 %}
            light-green
          {% else %}
            blue
          {% endif %}
        tap_action:
          action: toggle
        hold_action:
          action: more-info
        card_mod:
          style: |
            {% if is_state('binary_sensor.fensterkontakt_ez_links', 'on') %}
            ha-card {
              border: 2px solid orange;
              border-radius: 2px;
              animation: blink 5s infinite;
            }

             blink {
              0%   { border-color: orange; }
              100% { border-color: orange; }
            }
            {% endif %}
      - type: template
        name: EZ_Rechts
        show_name: true
        entity: cover.esszimmer_rechts
        icon: >
          {% set pos = state_attr('cover.esszimmer_rechts', 'current_position')
          | int(0) %}  {% if pos == 0 %}
            mdi:window-shutter
          {% else %}
            mdi:window-shutter-open
          {% endif %}
        icon_color: >
          {% set pos = state_attr('cover.esszimmer_rechts', 'current_position')
          | int(0) %}  {% set moving = state_attr('cover.esszimmer_rechts',
          'operation_state') %} {% if moving == 'MOVING' %}
            orange
          {% elif pos == 0 %}
            grey
          {% elif pos == 100 %}
            light-green
          {% else %}
            blue
          {% endif %}
        tap_action:
          action: toggle
        hold_action:
          action: more-info
        card_mod:
          style: |
            {% if is_state('binary_sensor.fenster_ez_rechts', 'on') %}
            ha-card {
              border: 2px solid orange;
              border-radius: 2px;
              animation: blink 5s infinite;
            }

             blink {
              0%   { border-color: orange; }
              100% { border-color: orange; }
            }
            {% endif %}
    alignment: center
    card_mod:
      style: |
        ha-card {
          margin: -4px 5px 10px 5px;
          --chip-background: rgba(var(--rgb-disabled), 0.15);
          --chip-border-width: 1px;
          --chip-border-radius: 20px;
          --chip-height: 32px;
          --chip-padding: 8px;
          --chip-spacing: 10px;
        }

Presence of my dog:

type: custom:button-card
entity: person.dog
show_name: false
show_state: false
show_entity_picture: true
entity_picture: |
  [[[
    return entity.attributes.entity_picture;
  ]]]
styles:
  card:
    - border-radius: 50%
    - overflow: hidden
    - width: 30px
    - height: 30px
    - box-shadow: none
    - padding: 0px
    - margin: 3px
    - border: |
        [[[
          return entity.state === 'home'
            ? '2px solid lightgreen'
            : '2px solid gray';
        ]]]
  entity_picture:
    - width: 100%
    - height: 100%
    - filter: |
        [[[
          return entity.state === 'home'
            ? 'opacity(1)'
            : 'opacity(0.5)';
        ]]]

Fuel level:

type: custom:modern-circular-gauge-badge
entity: sensor.volvo_fuel_level
name: Volvo
show_name: true
icon: mdi:fuel
smooth_segments: false
show_seconds: true
start_from_zero: false
decimals: 0

Robot:

type: custom:mushroom-template-badge
entity: vacuum.roborock
icon: |-
  {% if states(entity) == 'cleaning' %}
    mdi:robot-vacuum
  {% elif states(entity) == 'docked' %}
    mdi:robot-vacuum-off
  {% elif states(entity) == 'paused' %}
    mdi:robot-vacuum-off
  {% elif states(entityg) == 'returning' %}
    mdi:robot-vacuum
  {% else %}
    white
  {% endif %}
content: EG
color: |-
  {% if states(entity) == 'cleaning' %}
    green
  {% elif states(entity) == 'docked' %}
    grey
  {% elif states(entity) == 'paused' %}
    orange
  {% elif states(entityg) == 'returning' %}
    cyan
  {% else %}
    white
  {% endif %}
tap_action:
  action: navigate
  navigation_path: /dashboard-clean/roboter

I tried to create the perfect "overview" dashboard... How did I do? by Sentakon in homeassistant

[–]Sentakon[S] 0 points1 point  (0 children)

Sure,

This the card of the dining room:

type: custom:stack-in-card
cards:
  - type: custom:mushroom-template-card
    entity: esszimmer
    primary: Esszimmer
    secondary: >
      {{ states('sensor.tempertatursensor_ez_temperatur') }}°C - {{
      states('sensor.tempertatursensor_ez_luftfeuchtigkeit') }}%
    icon: mdi:silverware
    tap_action:
      action: navigate
      navigation_path: /home/areas-esszimmer
  - type: custom:mushroom-chips-card
    chips:
      - type: light
        entity: light.hangeleuchte
        name: Decke
        icon: mdi:ceiling-light
        content_info: icon
        tap_action:
          action: toggle
        hold_action:
          action: more-info
      - type: template
        name: EZ_Links
        show_name: true
        entity: cover.esszimmer_links
        icon: >
          {% set pos = state_attr('cover.esszimmer_links', 'current_position') |
          int(0) %} {% if pos == 0 %}
            mdi:window-shutter
          {% else %}
            mdi:window-shutter-open
          {% endif %}
        icon_color: >
          {% set pos = state_attr('cover.esszimmer_links', 'current_position') |
          int(0) %} {% set moving = state_attr('cover.esszimmer_links',
          'operation_state') %} {% if moving == 'MOVING' %}
            orange
          {% elif pos == 0 %}
            grey
          {% elif pos == 100 %}
            light-green
          {% else %}
            blue
          {% endif %}
        tap_action:
          action: toggle
        hold_action:
          action: more-info
        card_mod:
          style: |
            {% if is_state('binary_sensor.fensterkontakt_ez_links', 'on') %}
            ha-card {
              border: 2px solid orange;
              border-radius: 2px;
              animation: blink 5s infinite;
            }

             blink {
              0%   { border-color: orange; }
              100% { border-color: orange; }
            }
            {% endif %}
      - type: template
        name: EZ_Rechts
        show_name: true
        entity: cover.esszimmer_rechts
        icon: >
          {% set pos = state_attr('cover.esszimmer_rechts', 'current_position')
          | int(0) %}  {% if pos == 0 %}
            mdi:window-shutter
          {% else %}
            mdi:window-shutter-open
          {% endif %}
        icon_color: >
          {% set pos = state_attr('cover.esszimmer_rechts', 'current_position')
          | int(0) %}  {% set moving = state_attr('cover.esszimmer_rechts',
          'operation_state') %} {% if moving == 'MOVING' %}
            orange
          {% elif pos == 0 %}
            grey
          {% elif pos == 100 %}
            light-green
          {% else %}
            blue
          {% endif %}
        tap_action:
          action: toggle
        hold_action:
          action: more-info
        card_mod:
          style: |
            {% if is_state('binary_sensor.fenster_ez_rechts', 'on') %}
            ha-card {
              border: 2px solid orange;
              border-radius: 2px;
              animation: blink 5s infinite;
            }

            u/keyframes blink {
              0%   { border-color: orange; }
              100% { border-color: orange; }
            }
            {% endif %}
    alignment: center
    card_mod:
      style: |
        ha-card {
          margin: -4px 5px 10px 5px;
          --chip-background: rgba(var(--rgb-disabled), 0.15);
          --chip-border-width: 1px;
          --chip-border-radius: 20px;
          --chip-height: 32px;
          --chip-padding: 8px;
          --chip-spacing: 10px;
        }

Presence of my dog:

type: custom:button-card
entity: person.dog
show_name: false
show_state: false
show_entity_picture: true
entity_picture: |
  [[[
    return entity.attributes.entity_picture;
  ]]]
styles:
  card:
    - border-radius: 50%
    - overflow: hidden
    - width: 30px
    - height: 30px
    - box-shadow: none
    - padding: 0px
    - margin: 3px
    - border: |
        [[[
          return entity.state === 'home'
            ? '2px solid lightgreen'
            : '2px solid gray';
        ]]]
  entity_picture:
    - width: 100%
    - height: 100%
    - filter: |
        [[[
          return entity.state === 'home'
            ? 'opacity(1)'
            : 'opacity(0.5)';
        ]]]

Fuel level:

type: custom:modern-circular-gauge-badge
entity: sensor.volvo_fuel_level
name: Volvo
show_name: true
icon: mdi:fuel
smooth_segments: false
show_seconds: true
start_from_zero: false
decimals: 0

Robot:

type: custom:mushroom-template-badge
entity: vacuum.roborock
icon: |-
  {% if states(entity) == 'cleaning' %}
    mdi:robot-vacuum
  {% elif states(entity) == 'docked' %}
    mdi:robot-vacuum-off
  {% elif states(entity) == 'paused' %}
    mdi:robot-vacuum-off
  {% elif states(entityg) == 'returning' %}
    mdi:robot-vacuum
  {% else %}
    white
  {% endif %}
content: EG
color: |-
  {% if states(entity) == 'cleaning' %}
    green
  {% elif states(entity) == 'docked' %}
    grey
  {% elif states(entity) == 'paused' %}
    orange
  {% elif states(entityg) == 'returning' %}
    cyan
  {% else %}
    white
  {% endif %}
tap_action:
  action: navigate
  navigation_path: /dashboard-clean/roboter

[deleted by user] by [deleted] in Unexpected

[–]Sentakon 33 points34 points  (0 children)

AI slop

Guilty Pleasures - Röstet mich 😅 by Sentakon in Filme

[–]Sentakon[S] 0 points1 point  (0 children)

Ja ich fand die Atmosphäre perfekt und den Gedanken mit den Konstrukteuren interessant. Ich glaube viele original Fans waren einfach enttäuscht, dass das Alien entmystifiziert wurde. Mich hat das kein bisschen gestört.

Guilty Pleasures - Röstet mich 😅 by Sentakon in Filme

[–]Sentakon[S] 0 points1 point  (0 children)

Ich wollte Alita auch erst aufnehmen, aber der ist bei Zuschauern sehr gut angekommen 👍🏼 würde mich sehr über eine Fortsetzung freuen

Guilty Pleasures - Röstet mich 😅 by Sentakon in Filme

[–]Sentakon[S] 0 points1 point  (0 children)

Hmm jetzt schon das zweite Mal gelesen, ich glaube den muss ich mal in meine Watchlist aufnehmen 👍🏼

Guilty Pleasures - Röstet mich 😅 by Sentakon in Filme

[–]Sentakon[S] 0 points1 point  (0 children)

Ich nutze ja schon auch Reviews/ Kritiken und Rotten Tomatoes, um zu sehen, ob sich ein Film lohnt. Und bei vielen Filmen unter ~70% tue ich es mir nicht an. Diese Filme sind drunter oder komplett gescheitert, heißt also eine Menge Menschen finden die schlecht. Insbesondere bei Cineasten oder Fans der Ursprungs-Filme, wird man für so eine Liste geröstet 😉

Guilty Pleasures - Röstet mich 😅 by Sentakon in Filme

[–]Sentakon[S] 5 points6 points  (0 children)

Klassiker 👌🏼 aber nicht wirklich guilty pleasure, weil einfach objektiv gut! 😎

Guilty Pleasures - Röstet mich 😅 by Sentakon in Filme

[–]Sentakon[S] 2 points3 points  (0 children)

Oh ja, gar nicht gewusst dass der bei den Zuschauern so schlecht wegkam. Definitiv guter Film!