From 4dbfcd82fc4084965d680b02bfd62eff4be797d2 Mon Sep 17 00:00:00 2001 From: Hipstercat Date: Mon, 3 Jan 2022 21:09:19 +0100 Subject: [PATCH] rename module --- const.py | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/const.py b/const.py index ee78166..5b668ee 100644 --- a/const.py +++ b/const.py @@ -1,3 +1,3 @@ """Constants for the SNCF integration.""" -DOMAIN = "sncf" +DOMAIN = "hass-sncf" diff --git a/manifest.json b/manifest.json index 21b41c0..bbc7e3c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "domain": "sncf", + "domain": "hass-sncf", "name": "SNCF", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sncf",