Fix slider issues. Siplify Entity view
This commit is contained in:
@ -2875,6 +2875,7 @@ class MaterialDesignIcons {
|
||||
if (data.entityPicture != null) {
|
||||
if (homeAssistantWebHost != null) {
|
||||
return CircleAvatar(
|
||||
radius: size/2,
|
||||
backgroundColor: Colors.white,
|
||||
backgroundImage: CachedNetworkImageProvider(
|
||||
"$homeAssistantWebHost${data.entityPicture}",
|
||||
|
Reference in New Issue
Block a user