update host state documentation

Add the new transitioning to on and off states that are now supported by
the host state software.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ifced2625546f365f1dd4f5888b8c702e314f2758
diff --git a/README.md b/README.md
index f85d1dd..cbbedf4 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,11 @@
   - RequestedPowerTransition: On, Off
 - [host][4]: The host represents the software running on the system. In most
   cases this is an operating system of some sort. The host can be `Off`,
-  `Running`, `Quiesced`(error condition), or in `DiagnosticMode`(collecting
-  diagnostic data for a failure)
-  - CurrentHostState: Off, Running, Quiesced, DiagnosticMode
+  `Running`, `TransitioningToRunning`, `TransitioningToOff`,
+  `Quiesced`(error condition), or in `DiagnosticMode`(collecting diagnostic
+  data for a failure)
+  - CurrentHostState: Off, Running, TransitioningToRunning, TransitioningToOff,
+    Quiesced, DiagnosticMode
   - RequestedHostTransition: Off, On, Reboot, GracefulWarmReboot,
     ForceWarmReboot
 - [hypervisor][4]: The hypervisor is an optional package systems can install