Skip to content

Commit

Permalink
Removed "${entity_prefix} from all entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosibi committed Oct 4, 2024
1 parent b1661a0 commit a0f030d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This framework is recommended for ESP32 chips by ESPHome. Be aware that this is a breaking change. To apply this configuration update on an existing board, an one-time serial flash will be needed
- Removed "ssid" and "password" from the wifi section. These will be stored by the captive portal component
- Renamed "Power Air Conditioner Zone 1" to "Room Temperature Control", "Power Floor Heating Zone 1" to "Water Flow Temperature Control Zone 1" and "Power Air Conditioner Zone 2" to "Water Flow Temperature Control Zone 2"
- Removed "${entity_prefix} from all entries. Got a tip from user "Septillion" on https://tweakers.net that this is not needed (anymore?) in ESPHome (breaking change (potential))
- If needed, ESPHome will add the "friendly name" to an entity, which is "Heatpump Controller" in the current configuration.

### Fixed

Expand Down
1 change: 0 additions & 1 deletion heatpump.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
substitutions:
devicename: heatpump
description: Heatpump Controller
entity_prefix: Heatpump

globals:
- id: unmasked_value_water_temperature_t1s
Expand Down

0 comments on commit a0f030d

Please sign in to comment.