@@ -1067,7 +1067,79 @@ class BLEMonitorBinarySensorEntityDescription(
1067
1067
sensor_class = "MeasuringSensor" ,
1068
1068
update_behavior = "Averaging" ,
1069
1069
name = "grey tank" ,
1070
- unique_id = "gray_tank_" ,
1070
+ unique_id = "grey_tank_" ,
1071
+ icon = "mdi:storage-tank-outline" ,
1072
+ native_unit_of_measurement = PERCENTAGE ,
1073
+ device_class = None ,
1074
+ suggested_display_precision = 0 ,
1075
+ state_class = SensorStateClass .MEASUREMENT ,
1076
+ ),
1077
+ BLEMonitorSensorEntityDescription (
1078
+ key = "chemical tank" ,
1079
+ sensor_class = "MeasuringSensor" ,
1080
+ update_behavior = "Averaging" ,
1081
+ name = "chemical tank" ,
1082
+ unique_id = "chemical_tank_" ,
1083
+ icon = "mdi:chemical-weapon" ,
1084
+ native_unit_of_measurement = PERCENTAGE ,
1085
+ device_class = None ,
1086
+ suggested_display_precision = 0 ,
1087
+ state_class = SensorStateClass .MEASUREMENT ,
1088
+ ),
1089
+ BLEMonitorSensorEntityDescription (
1090
+ key = "chemical tank 2" ,
1091
+ sensor_class = "MeasuringSensor" ,
1092
+ update_behavior = "Averaging" ,
1093
+ name = "chemical tank 2" ,
1094
+ unique_id = "chemical_tank_2_" ,
1095
+ icon = "mdi:chemical-weapon" ,
1096
+ native_unit_of_measurement = PERCENTAGE ,
1097
+ device_class = None ,
1098
+ suggested_display_precision = 0 ,
1099
+ state_class = SensorStateClass .MEASUREMENT ,
1100
+ ),
1101
+ BLEMonitorSensorEntityDescription (
1102
+ key = "lpg tank" ,
1103
+ sensor_class = "MeasuringSensor" ,
1104
+ update_behavior = "Averaging" ,
1105
+ name = "lpg tank" ,
1106
+ unique_id = "lpg_tank_" ,
1107
+ icon = "mdi:gas-cylinder" ,
1108
+ native_unit_of_measurement = PERCENTAGE ,
1109
+ device_class = None ,
1110
+ suggested_display_precision = 0 ,
1111
+ state_class = SensorStateClass .MEASUREMENT ,
1112
+ ),
1113
+ BLEMonitorSensorEntityDescription (
1114
+ key = "lpg tank 2" ,
1115
+ sensor_class = "MeasuringSensor" ,
1116
+ update_behavior = "Averaging" ,
1117
+ name = "lpg tank 2" ,
1118
+ unique_id = "lpg_tank_2_" ,
1119
+ icon = "mdi:gas-cylinder" ,
1120
+ native_unit_of_measurement = PERCENTAGE ,
1121
+ device_class = None ,
1122
+ suggested_display_precision = 0 ,
1123
+ state_class = SensorStateClass .MEASUREMENT ,
1124
+ ),
1125
+ BLEMonitorSensorEntityDescription (
1126
+ key = "galley tank" ,
1127
+ sensor_class = "MeasuringSensor" ,
1128
+ update_behavior = "Averaging" ,
1129
+ name = "galley tank" ,
1130
+ unique_id = "galley_tank_" ,
1131
+ icon = "mdi:storage-tank-outline" ,
1132
+ native_unit_of_measurement = PERCENTAGE ,
1133
+ device_class = None ,
1134
+ suggested_display_precision = 0 ,
1135
+ state_class = SensorStateClass .MEASUREMENT ,
1136
+ ),
1137
+ BLEMonitorSensorEntityDescription (
1138
+ key = "galley tank 2" ,
1139
+ sensor_class = "MeasuringSensor" ,
1140
+ update_behavior = "Averaging" ,
1141
+ name = "galley tank 2" ,
1142
+ unique_id = "galley_tank_2_" ,
1071
1143
icon = "mdi:storage-tank-outline" ,
1072
1144
native_unit_of_measurement = PERCENTAGE ,
1073
1145
device_class = None ,
@@ -2038,6 +2110,8 @@ class BLEMonitorBinarySensorEntityDescription(
2038
2110
"battery" ,
2039
2111
"black tank" ,
2040
2112
"button" ,
2113
+ "chemical tank" ,
2114
+ "chemical tank 2" ,
2041
2115
"co2" ,
2042
2116
"conductivity" ,
2043
2117
"count" ,
@@ -2050,13 +2124,17 @@ class BLEMonitorBinarySensorEntityDescription(
2050
2124
"energy" ,
2051
2125
"flow" ,
2052
2126
"fresh tank" ,
2127
+ "galley tank" ,
2128
+ "galley tank 2" ,
2053
2129
"gas" ,
2054
2130
"gravity" ,
2055
2131
"grey tank" ,
2056
2132
"gyroscope" ,
2057
2133
"humidity" ,
2058
2134
"illuminance" ,
2059
2135
"impedance" ,
2136
+ "lpg tank" ,
2137
+ "lpg tank 2" ,
2060
2138
"meat temperature" ,
2061
2139
"moisture" ,
2062
2140
"movement counter" ,
0 commit comments