implement subscription

This commit is contained in:
2025-06-19 20:43:05 -07:00
parent dba6754c0c
commit 0d418e76c6
6 changed files with 216 additions and 83 deletions
@@ -8,7 +8,7 @@
import Foundation
class HomeAssistantDevice: Device
class HomeAssistantDevice: Device, Hashable
{
var name: String
var serial: String