-
Notifications
You must be signed in to change notification settings - Fork 4
bug ticket: MQTT-based sync between devices isn't working anymore #84
Copy link
Copy link
Closed
Description
I just updated everything on HA to the current version (core, etc incl. simple timer card).
The new problem:
Starting a timer on device A won't show the timer on device B.
I use the same mqtt-sensor like bevor:
mqtt:
- sensor:
- name: Simple Timer Store
unique_id: simple_timer_store
state_topic: simple_timer_card/timers/state
value_template: "{{ value_json.version | default(1) }}"
json_attributes_topic: simple_timer_card/timers
And here is the card within the dashboard (where sync work in the versions bevor):
type: custom:simple-timer-card
language: de
default_timer_entity: sensor.simple_timer_store
timer_presets:
- 5
- 8
- 12
minute_buttons:
- 1
- 5
- 10
default_new_timer_duration_mins: "5"
default_timer_icon: mdi:timer-sand
timer_name_presets:
- Tee
- Brötchen
Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels