Skip to content

Commit 218d045

Browse files
committed
Fix version string
1 parent 7d9d1ff commit 218d045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/state_machine/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def device_info(self) -> DeviceInfo:
174174
return DeviceInfo(
175175
identifiers={(DOMAIN, str(self._attr_unique_id))},
176176
name=self.name,
177-
sw_version="0.0.1",
177+
sw_version="1.0.0",
178178
)
179179

180180
def trigger(self, trigger: str) -> None:

0 commit comments

Comments
 (0)