update cover id after hm integration switch

This commit is contained in:
Bastian Schnorbus
2026-05-05 20:16:54 +02:00
parent a29b3a03b1
commit ff1a3d54dc
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
DEVICE_ADDRESS = "000B5D898D535E" # Homematic-Geräteadresse ← anpassen!
ROLLO_CONFIG = [
{"entity_id": "cover.00115a498e0439", "subtype_left": 5, "subtype_right": 6, "no_state_feedback": True},
{"entity_id": "cover.hmip_froll_00115a498e0439", "subtype_left": 5, "subtype_right": 6, "no_state_feedback": True},
]
# Maximale Fahrzeit in Sekunden - danach wird der interne State automatisch

View File

@@ -22,7 +22,7 @@ DEVICE_ADDRESS = "000B5A4992908E" # Homematic-Geräteadresse ← anpass
ROLLO_CONFIG = [
{"entity_id": "cover.shelly_c4a2f1", "subtype_left": 1, "subtype_right": 2, "no_state_feedback": False},
{"entity_id": "cover.shelly2pmg4_ccba97d54bd4", "subtype_left": 3, "subtype_right": 4, "no_state_feedback": False},
{"entity_id": "cover.00115a498e0439", "subtype_left": 5, "subtype_right": 6, "no_state_feedback": True},
{"entity_id": "cover.hmip_froll_00115a498e0439","subtype_left": 5, "subtype_right": 6, "no_state_feedback": True},
]
# Maximale Fahrzeit in Sekunden - danach wird der interne State automatisch