We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1d35c commit e695c55Copy full SHA for e695c55
custom_components/state_machine/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"domain": "state_machine",
3
"name": "State Machine",
4
- "version": "1.0.0",
+ "version": "1.0.2",
5
"config_flow": true,
6
"documentation": "https://github.com/edalquist/ha_state_machine",
7
"issue_tracker": "https://github.com/edalquist/ha_state_machine/issues",
custom_components/state_machine/sensor.py
@@ -174,7 +174,7 @@ def device_info(self) -> DeviceInfo:
174
return DeviceInfo(
175
identifiers={(DOMAIN, str(self._attr_unique_id))},
176
name=self.name,
177
- sw_version="1.0.0",
+ sw_version="1.0.2",
178
)
179
180
def trigger(self, trigger: str) -> None:
0 commit comments