Update custom-strategy.md - does not currently work (#2115)

This commit is contained in:
karwosts 2024-03-19 11:04:54 -07:00 committed by GitHub
parent c06d3b9826
commit 773718ad23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,7 @@ class StrategyDashboardDemo {
class StrategyViewDemo {
static async generate(config, hass) {
const { area, devices, entities } = config.strategy;
const { area, devices, entities } = config;
const areaDevices = new Set();