File tree Expand file tree Collapse file tree
custom_components/bloomin8_pull Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" : [],
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments