Skip to content

Commit 1934f5c

Browse files
author
fwmone
committed
## [0.1.13] - 2026-04-07
### Changed - removed ```bloomin8_battery``` icon to use Home Assistant default icon
1 parent a7c370f commit 1934f5c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [0.1.13] - 2026-04-07
9+
10+
### Changed
11+
- removed ```bloomin8_battery``` icon to use Home Assistant default icon
12+
813
## [0.1.12] - 2026-02-09
914

1015
### Changed

custom_components/bloomin8_pull/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "bloomin8_pull",
33
"name": "BLOOMIN8 Pull Endpoint",
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"documentation": "https://github.com/fwmone/bloomin8_pull",
66
"issue_tracker": "https://github.com/fwmone/bloomin8_pull/issues",
77
"requirements": [],

custom_components/bloomin8_pull/sensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class Bloomin8BatterySensor(SensorEntity):
2323
_attr_state_class = SensorStateClass.MEASUREMENT
2424
_attr_native_unit_of_measurement = PERCENTAGE
2525
_attr_suggested_display_precision = 0
26-
_attr_icon = "mdi:battery"
2726

2827
def __init__(self, hass):
2928
self.hass = hass

0 commit comments

Comments
 (0)