- these were not intended to be visible - more units added to other devices - remove icon check from NasHone tests
@@ -191,6 +191,7 @@ entities:
- id: 13
type: string
name: temp_unit
+ hidden: true
- entity: select
name: Thermometer
icon: "mdi:thermometer"
@@ -104,6 +104,7 @@ entities:
- id: 101
- entity: number
name: Compressor delay
icon: "mdi:clock"
@@ -70,6 +70,7 @@ class TestInkbirdSousVideCooker(
"max": 9.9,
"scale": 10,
"step": 0.1,
+ "unit": "°",
},
]
)
@@ -148,6 +148,3 @@ class TestNashoneMTS700WBThermostat(
self.subject.extra_state_attributes,
{"work_state": "manual"},
-
- def test_icons(self):
- self.assertEqual(self.basicNumber.icon, "mdi:arrow-collapse-up")