diff --git a/ikea_E1743-E2201-E2213_ZHA-Z2M_control-anything.yaml b/ikea_E1743-E2201-E2213_ZHA-Z2M_control-anything.yaml index bdb19d0..e296915 100644 --- a/ikea_E1743-E2201-E2213_ZHA-Z2M_control-anything.yaml +++ b/ikea_E1743-E2201-E2213_ZHA-Z2M_control-anything.yaml @@ -9,7 +9,7 @@ blueprint: How to migrate: - - Import from the new url: https://github.com/damru/ha-blueprints/blob/main/ikea_simple-remotes_control-anything.yaml + - Import from the new url: https://github.com/damru/ha-blueprints/blob/main/ikea_remotes_control-anything.yaml - Reconfigure your existing automations to use the new blueprint (the old one will not receive updates anymore) - Edit the automation in YAML @@ -23,7 +23,7 @@ blueprint: ```yaml use_blueprint: [...] - path: damru/ikea_simple-remotes_control-anything.yaml + path: damru/ikea_remotes_control-anything.yaml ``` - Delete the old blueprint from your Home Assistant instance @@ -190,7 +190,7 @@ blueprint: max: 5000.0 step: 10.0 mode: slider - source_url: https://github.com/damru/ha-blueprints/blob/main/ikea_simple-remotes_control-anything.yaml + source_url: https://github.com/damru/ha-blueprints/blob/main/ikea_remotes_control-anything.yaml mode: single max_exceeded: silent triggers: diff --git a/ikea_E1743-E2201-E2213_ZHA-Z2M_control-light.yaml b/ikea_E1743-E2201-E2213_ZHA-Z2M_control-light.yaml index ad3858d..1f848ce 100644 --- a/ikea_E1743-E2201-E2213_ZHA-Z2M_control-light.yaml +++ b/ikea_E1743-E2201-E2213_ZHA-Z2M_control-light.yaml @@ -9,7 +9,7 @@ blueprint: How to migrate: - - Import from the new url: https://github.com/damru/ha-blueprints/blob/main/ikea_simple-remotes_control-light.yaml + - Import from the new url: https://github.com/damru/ha-blueprints/blob/main/ikea_remotes_control-light.yaml - Reconfigure your existing automations to use the new blueprint (the old one will not receive updates anymore) - Edit the automation in YAML @@ -23,7 +23,7 @@ blueprint: ```yaml use_blueprint: [...] - path: damru/ikea_simple-remotes_control-light.yaml + path: damru/ikea_remotes_control-light.yaml ``` - Delete the old blueprint from your Home Assistant instance @@ -120,7 +120,7 @@ blueprint: max: 100.0 step: 1.0 mode: slider - source_url: https://github.com/damru/ha-blueprints/blob/main/ikea_simple-remotes_control-light.yaml + source_url: https://github.com/damru/ha-blueprints/blob/main/ikea_remotes_control-light.yaml mode: restart max_exceeded: silent triggers: diff --git a/ikea_simple-remotes_control-anything.yaml b/ikea_remotes_control-anything.yaml similarity index 100% rename from ikea_simple-remotes_control-anything.yaml rename to ikea_remotes_control-anything.yaml diff --git a/ikea_simple-remotes_control-light.yaml b/ikea_remotes_control-light.yaml similarity index 100% rename from ikea_simple-remotes_control-light.yaml rename to ikea_remotes_control-light.yaml