mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 09:56:30 +00:00
Update custom-strategy.md (#1972)
This commit is contained in:
parent
c05ad84b0d
commit
efec569cf4
@ -22,7 +22,6 @@ An info object is passed to the strategy with information:
|
||||
| -- | --
|
||||
| `config` | User supplied dashboard configuration, if any.
|
||||
| `hass` | The Home Assistant object.
|
||||
| `narrow` | If the current user interface is rendered in narrow mode or not.
|
||||
|
||||
```ts
|
||||
class StrategyDemo {
|
||||
@ -69,7 +68,6 @@ An info object is passed to the strategy with information:
|
||||
| `view` | View configuration.
|
||||
| `config` | Dashboard configuration.
|
||||
| `hass` | The Home Assistant object.
|
||||
| `narrow` | If the current user interface is rendered in narrow mode or not.
|
||||
|
||||
```ts
|
||||
class StrategyDemo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user