mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
Update custom-strategy.md - does not currently work (#2115)
This commit is contained in:
parent
c06d3b9826
commit
773718ad23
@ -122,7 +122,7 @@ class StrategyDashboardDemo {
|
|||||||
|
|
||||||
class StrategyViewDemo {
|
class StrategyViewDemo {
|
||||||
static async generate(config, hass) {
|
static async generate(config, hass) {
|
||||||
const { area, devices, entities } = config.strategy;
|
const { area, devices, entities } = config;
|
||||||
|
|
||||||
const areaDevices = new Set();
|
const areaDevices = new Set();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user