Skip to content

Instantly share code, notes, and snippets.

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)
@JasonBSteele
JasonBSteele / nodered.csv
Last active January 5, 2024 13:58
Node RED log for lost config issue
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
/* 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:
*
@JasonBSteele
JasonBSteele / GitHub CSS
Last active November 3, 2016 14:19
GitHub code CSS
/* CODE
=============================================================================*/
pre, code, tt {
font-size: 12px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
code, tt {
margin: 0 0px;
<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">