Skip to content

Commit

Permalink
feat: create InputSensors with _inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
xtimmy86x committed Oct 18, 2023
1 parent c05a6a4 commit e688045
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_binary_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def test_binary_sensor_on(self, hass, config_entry, alarm_device):
# Ensure the sensor attribute is_on has the right status True
coordinator = DataUpdateCoordinator(hass, logging.getLogger(__name__), name="econnect_metronet")
entity = InputSensor("test_id", 1, config_entry, "Outdoor Sensor 1", coordinator, alarm_device)
# alarm_device.inputs_alerted.update({entity._sensor_id: {}})
assert entity.is_on is True


Expand Down

0 comments on commit e688045

Please sign in to comment.