Skip to content

Commit

Permalink
Rename to eurotronic_cometblue
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Nov 10, 2024
1 parent 7b0965b commit e51e475
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import Final

DOMAIN: Final = "cometblue"
DOMAIN: Final = "eurotronic_cometblue"
DEFAULT_NAME: Final = "Eurotronic CometBlue"

CONF_DEVICE_NAME: Final = "device_name"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "cometblue",
"domain": "eurotronic_cometblue",
"name": "Eurotronic Comet Blue",
"bluetooth": [
{
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set_datetime:
target:
entity:
domain: climate
integration: cometblue
integration: eurotronic_cometblue
fields:
datetime:
selector:
Expand All @@ -16,13 +16,13 @@ get_schedule:
entity:
filter:
- domain: climate
integration: cometblue
integration: eurotronic_cometblue

set_schedule:
target:
entity:
domain: climate
integration: cometblue
integration: eurotronic_cometblue
fields:
monday:
example: |
Expand Down Expand Up @@ -93,7 +93,7 @@ set_holiday:
target:
entity:
domain: climate
integration: cometblue
integration: eurotronic_cometblue
fields:
start:
example: 2023-12-24
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e51e475

Please sign in to comment.