Skip to content

Instantly share code, notes, and snippets.

@TheGroundZero
TheGroundZero / ha_broadlink-rm4pro.yaml
Created October 7, 2020 09:59
Configuration for a Broadlink RM4 Pro in Home Assistant, including some IR codes for an LG TV
@Drosty
Drosty / Controller
Created June 6, 2013 18:37
Basic AJAX Test. Controller (which has the Models), the Layout File and the View for the Index action.
using System;
using System.Web.Mvc;
namespace AjaxTest.Controllers
{
public class HomeController : Controller
{
public ActionResult Index()
{
return View();