Skip to content

Commit e695c55

Browse files
committed
Update version
1 parent 4b1d35c commit e695c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/state_machine/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "state_machine",
33
"name": "State Machine",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"config_flow": true,
66
"documentation": "https://github.com/edalquist/ha_state_machine",
77
"issue_tracker": "https://github.com/edalquist/ha_state_machine/issues",

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="1.0.0",
177+
sw_version="1.0.2",
178178
)
179179

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

0 commit comments

Comments
 (0)