2024年5月15日 2:09:39

Auto-entities - Automatically fill cards with entities Home Assistant docker (via hacs)

1 个月 前
#31944 引用
Auto-entities - Automatically fill cards with entities Home Assistant docker (via hacs)


how to install
hacs


how to use
https://community.home-assistant.io/t/auto-entities-automatically-fill-cards-with-entities/147801/1259
0
1 个月 前
#31946 引用

@raspberrypi:/home/homeassistant20221103# pwd
/home/homeassistant20221103



/home/homeassistant20221103
@raspberrypi:/home/homeassistant20221103# tree -L 1
.
├── automations.yaml
├── backups
├── blueprints
├── configuration.yaml
├── core
├── custom_components
├── deps
├── home-assistant.log
├── home-assistant.log.1
├── home-assistant.log.fault
├── home-assistant_v2.db
├── home-assistant_v2.db-shm
├── home-assistant_v2.db-wal
├── media
├── python_scripts
├── Raspberry Pi  server
├── README.md
├── scenes.yaml
├── scripts.yaml
├── secrets.yaml
├── tts
└── www



/home/homeassistant20221103/www/community/lovelace-auto-entities


├── scenes.yaml
├── scripts.yaml
├── secrets.yaml
├── tts
│   └── b0faf7a3974eacd2c537bb1438f13d5a480a0bae_zh-cn_-_edge_tts.mp3
└── www
    └── community
        └── lovelace-auto-entities
            ├── auto-entities.js
            ├── auto-entities.js.gz
            ├── rollup.config.js
            └── rollup.config.js.gz

0