legomind
legomind
``` sql CREATE PROCEDURE dbo.test ( @OptionalParam INT = NULL ) AS SELECT 1 ``` ``` fsharp //Snip... [ for r in db.Procedures.test.Invoke(None).ResultSet -> r.MapTo () ] //Error: Expression was...
In the below example, the card does not refresh when the attributes of `sensor.irrigation_controller_status` change ``` yaml type: 'custom:card-templater' entities: - sensor.irrigation_controller_status card: type: 'custom:vertical-stack-in-card' cards: - type: entities entities:...
Would it be possible to support DirectAssemblyReference with CodeDom by writing the assembly to a temp file and referencing it from there?
Currently, this control works great for my thermostat to control my air conditioning. However, my thermostat also provides a humidifier entity to control my whole home dehumidifier. It would be...
Right now the app wont open on any of my devices, and it would be extremely convenient for control via home assistant.
I see #78, but this is more of a feature request. Something as simple as this could be used to mark a route as a form. ``` js server.route({ method:...
I am attempting to use this package in a SQL server CLR class (i know :-P), and since the assembly is located in the database, not on disk, the assembly...
Given the following YAML: ``` yaml Default: &Default Db: ConnectionString: Data Source=localhost;Initial Catalog=;Integrated Security=True;Application Name= Test: &Test Environment: Test
I have an XL with 5 toolheads, and it would be great to be able to perform filament loading & unloading via an api call instead of the interface on...
I am looking to control my air filter from home-assistant via node-red. It would be a lot easier for me to simple use an npm package than extracting the relevant...