Skip to content

Commit

Permalink
Modified config files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelprete committed Feb 7, 2024
1 parent 7ecd49e commit bf9abd6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ABB/P1/FIMER Modbus integration development",
"name": "Sinapsi Alfa Modbus integration development",
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HA Custom Component for ABB/FIMER/P1 inverters
# HA Custom Component for Sinapsi Alfa energy monitoring device

[![GitHub Release][releases-shield]][releases]
[![BuyMeCoffee][buymecoffee-shield]][buymecoffee]
Expand Down
2 changes: 1 addition & 1 deletion config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ default_config:
logger:
default: info
logs:
custom_components.abb_powerone_pvi_sunspec: debug
custom_components.sinapsi_alfa: debug
# If you need to debug uncommment the line below (doc: https://www.home-assistant.io/integrations/debugpy/)
debugpy:
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ABB Power-One PVI SunSpec",
"name": "Sinapsi Alfa",
"homeassistant": "2023.11.0",
"content_in_root": false,
"render_readme": true,
"zip_release": true,
"filename": "abb_powerone_pvi_sunspec.zip"
"filename": "sinapsi_alfa.zip"
}

0 comments on commit bf9abd6

Please sign in to comment.