Skip to content

Commit

Permalink
renamed status entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Tihomir Heidelberg committed Dec 27, 2021
1 parent 440fcdd commit 33dce66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/centrometal_boiler/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "centrometal_boiler",
"name": "Centrometal Boiler System integration",
"version": "0.0.8",
"version": "0.0.9",
"config_flow": true,
"documentation": "https://github.com/9a4gl/hass-centrometal-boiler",
"issue_tracker": "https://github.com/9a4gl/hass-centrometal-boiler/issues",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
)

GENERIC_SENSORS_COMMON = {
"B_STATE": ["", "mdi:state-machine", None, "State"],
"B_STATE": ["", "mdi:state-machine", None, "Boiler State"],
"B_CMD": ["", "mdi:state-machine", None, "Command Active"],
"B_BRAND": ["", "mdi:information", None, "Brand"],
"B_INST": ["", "mdi:information", None, "Installation"],
Expand Down

0 comments on commit 33dce66

Please sign in to comment.