Skip to content

Commit

Permalink
Add missing CarPlay-used domains to app database sync (#3261)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request and helping to improve Home
Assistant. Please complete the following sections to help the processing
and review of your changes. Please do not delete anything from this
template. -->

## Summary
<!-- Provide a brief summary of the changes you have made and most
importantly what they aim to achieve -->

## Screenshots
<!-- If this is a user-facing change not in the frontend, please include
screenshots in light and dark mode. -->

## Link to pull request in Documentation repository
<!-- Pull requests that add, change or remove functionality must have a
corresponding pull request in the Companion App Documentation repository
(https://github.com/home-assistant/companion.home-assistant). Please add
the number of this pull request after the "#" -->
Documentation: home-assistant/companion.home-assistant#

## Any other notes
<!-- If there is any other information of note, like if this Pull
Request is part of a bigger change, please include it here. -->
  • Loading branch information
bgoncal authored Dec 11, 2024
1 parent 49f9a1c commit 9eb6f4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Shared/API/Models/AppEntitiesModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ final class AppEntitiesModel: AppEntitiesModelProtocol {
Domain.switch,
Domain.sensor,
Domain.cover,
Domain.button,
Domain.inputBoolean,
Domain.inputButton,
Domain.lock,
].map(\.rawValue)

public func updateModel(_ entities: Set<HAEntity>, server: Server) {
Expand Down

0 comments on commit 9eb6f4f

Please sign in to comment.