{ lib, ... }:

{
  services.homeAssistantConfig = {

    media_player = [{
      platform = "mpd";
      host = "localhost";
    }];

  };

}