『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 1191|回复: 0

[求助] 新版ha的毛玻璃特效该怎么写

[复制链接]

1

主题

28

帖子

1420

积分

金牌会员

Rank: 6Rank: 6

积分
1420
金钱
1392
HASS币
0
发表于 2023-2-19 17:26:00 | 显示全部楼层 |阅读模式
代码如下,添加什么才能在alue: 'off'的时候背景毛玻璃化?
type: custom:button-card
entity: switch.b460edce41a0_outlet
name: 主卧插座
icon: mdi:power-socket-us
custom_fields:
  power: |
    [[[
      return `<ha-icon
      icon="mdi:power-plug-outline"
      style="width: 25px; height: 30px; color: red;">
      </ha-icon><span>${states['sensor.b460edce41a0_power'].state}W</span>`
    ]]]
show_state: true
tap_action:
  action: toggle
state:
  - value: 'on'
    color: rgb(103 57 182)
  - value: 'off'
    styles:
      card:
        - filter: opacity(70%)
      icon:
        - filter: grayscale(50%)
styles:
  card:
    - width: 180px
    - height: 180px
  icon:
    - width: 80px
    - height: 80px
    - top: 15%
    - left: 15%
  name:
    - justify-self: start
    - padding-left: 25px
    - font-weight: bold
    - text-transform: lowercase
  state:
    - justify-self: start
    - padding-left: 50px
style: |
  ha-card:hover {
    transform: scale(1.1);
  }

插座关闭的状态,透明的看着不是很舒服

插座关闭的状态,透明的看着不是很舒服
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-25 01:34 , Processed in 0.049792 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表