Dont inherit icon for camera entities (#123)

This commit is contained in:
Jesse Hills 2021-10-21 20:08:47 +13:00 committed by GitHub
parent 07d16dc1ab
commit e809c10f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 68 additions and 60 deletions

View File

@ -689,6 +689,7 @@ message ListEntitiesCameraResponse {
string name = 3;
string unique_id = 4;
bool disabled_by_default = 5;
string icon = 6;
}
message CameraImageResponse {

File diff suppressed because one or more lines are too long