HACachedStates
public struct HACachedStatesCached version of all entity states
- 
                  
                  All entities DeclarationSwift public var all: Set<HAEntity>
- 
                  
                  All entities, keyed by their entityId DeclarationSwift public subscript(entityID: String) -> HAEntity? { get set }
- 
                  
                  Create a cached state DeclarationSwift public init(entitiesDictionary: [String : HAEntity])ParametersentitiesDictionaryThe entities to start with, key is the entity ID 
 View on GitHub
View on GitHub