ha-inlite

Home Assistant integration for in-lite
git clone https://git.stephank.nl/ha-inlite
Log | Files | Refs | README | LICENSE | ZIP

casting-policy.json (791B)


      1 {
      2   "casting_policy_version": "1.1",
      3   "allowlist_universes": [
      4     "The Usual Suspects",
      5     "Reservoir Dogs",
      6     "Alien",
      7     "Ocean's Eleven",
      8     "Arrested Development",
      9     "Star Wars",
     10     "The Matrix",
     11     "Firefly",
     12     "The Goonies",
     13     "The Simpsons",
     14     "Breaking Bad",
     15     "Lost",
     16     "Marvel Cinematic Universe",
     17     "DC Universe",
     18     "Futurama"
     19   ],
     20   "universe_capacity": {
     21     "The Usual Suspects": 6,
     22     "Reservoir Dogs": 8,
     23     "Alien": 8,
     24     "Ocean's Eleven": 14,
     25     "Arrested Development": 15,
     26     "Star Wars": 12,
     27     "The Matrix": 10,
     28     "Firefly": 10,
     29     "The Goonies": 8,
     30     "The Simpsons": 20,
     31     "Breaking Bad": 12,
     32     "Lost": 18,
     33     "Marvel Cinematic Universe": 25,
     34     "DC Universe": 18,
     35     "Futurama": 12
     36   }
     37 }