Skip to content

Sensors don't persist between Home Assistant restarts #14

Answered by Icexist
Icexist asked this question in Q&A
Discussion options

You must be logged in to vote

Well, so far it seems to work with these template sensors:

template:
  - binary_sensor:
    - name: teams_muted
      unique_id: "unique"
      state: "{{ None }}"
    - name: teams_video
      unique_id: "unique"
      state: "{{ None }}"
    - name: teams_hand_raised
      unique_id: "unique"
      state: "{{ None }}"
    - name: teams_meeting
      unique_id: "unique"
      state: "{{ None }}"
    - name: teams_recording
      unique_id: "unique"
      state: "{{ None }}"
    - name: teams_background_blurred
      unique_id: "unique"
      state: "{{ None }}"
    - name: teams_sharing
      unique_id: "unique"
      state: "{{ None }}"
    - name: teams_unread_messages
      unique_id: "

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Icexist
Comment options

@AntoineGS
Comment options

@Icexist
Comment options

Answer selected by AntoineGS
@AntoineGS
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants