Skip to content

Commit

Permalink
fix(sensor): make integration compatible with HA 2023.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IATkachenko committed Aug 6, 2023
1 parent 4746ca1 commit 099c3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/sleep_as_android/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def device_info(self):
"identifiers": {(DOMAIN, self.unique_id)},
"name": self.name,
"manufacturer": "SleepAsAndroid",
"type": None,
"model": "MQTT",
}
return info
Expand Down

0 comments on commit 099c3a5

Please sign in to comment.