This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type: entities | |
| title: Rooms | |
| show_header_toggle: false | |
| entities: | |
| - type: custom:config-template-card | |
| variables: | |
| - >- | |
| (states['vacuum.cleaner'].attributes.cleaning_sequence && | |
| states['vacuum.cleaner'].attributes.cleaning_sequence.length > 0 ? | |
| (states['vacuum.cleaner'].attributes.cleaning_sequence[0]) : 1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| date | stream | content | |
|---|---|---|---|
| 2024/01/05 08:53:27 | stdout | 5 Jan 08:53:27 - [info] [server:Home Assistant] Connected to http://server:8123 | |
| 2024/01/05 08:53:27 | stdout | 5 Jan 08:53:27 - [info] [server:Home Assistant] Connecting to http://server:8123 | |
| 2024/01/05 08:53:27 | stdout | 5 Jan 08:53:27 - [info] Started flows | |
| 2024/01/05 08:53:27 | stdout | 5 Jan 08:53:27 - [info] Starting flows | |
| 2024/01/05 08:53:27 | stdout | 5 Jan 08:53:27 - [info] Updated flows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Edge Impulse Arduino examples | |
| * Copyright (c) 2020 EdgeImpulse Inc. | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the "Software"), to deal | |
| * in the Software without restriction, including without limitation the rights | |
| * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| * copies of the Software, and to permit persons to whom the Software is | |
| * furnished to do so, subject to the following conditions: | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* CODE | |
| =============================================================================*/ | |
| pre, code, tt { | |
| font-size: 12px; | |
| font-family: Consolas, "Liberation Mono", Courier, monospace; | |
| } | |
| code, tt { | |
| margin: 0 0px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ContentPage.Resources> | |
| <ResourceDictionary> | |
| <lc:TemplateSelector x:Key="TileSelector"> | |
| <lc:TemplateSelector.Templates> | |
| <!--Default Tile used if no other match is found--> | |
| <lc:DataTemplateWrapper IsDefault="true" x:TypeArguments="sys:Object" > | |
| <lc:DataTemplateWrapper.WrappedTemplate> | |
| <DataTemplate> | |
| <StackLayout BackgroundColor="Red" WidthRequest="108" HeightRequest="108" Padding="6, 6, 6, 6"> |