-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use UnitOfPower.WATT instead of POWER_WATT * Use UnitOfElectricCurrent.AMPERE instead of ELECTRIC_CURRENT_AMPERE * Use UnitOfElectricPotential.VOLT instead of ELECTRIC_POTENTIAL_VOLT * Fix imports * Use UnitOfReactivePower.VOLT_AMPERE_REACTIVE instead of POWER_VOLT_AMPERE_REACTIVE * Config updates
- Loading branch information
Showing
8 changed files
with
62 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# https://www.home-assistant.io/integrations/default_config/ | ||
default_config: | ||
|
||
# https://www.home-assistant.io/integrations/homeassistant/ | ||
homeassistant: | ||
debug: true | ||
|
||
# https://www.home-assistant.io/integrations/logger/ | ||
logger: | ||
default: info | ||
logs: | ||
custom_components.amshan: debug | ||
|
||
debugpy: | ||
start: true | ||
wait: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Loads default set of integrations. Do not remove. | ||
default_config: | ||
|
||
# Load frontend themes from the themes folder | ||
frontend: | ||
themes: !include_dir_merge_named themes | ||
|
||
automation: !include automations.yaml | ||
script: !include scripts.yaml | ||
scene: !include scenes.yaml | ||
|
||
homeassistant: | ||
debug: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pip>=21.0,<23.1 | ||
pip>=21.3.1 | ||
colorlog | ||
homeassistant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters